Rcr 331

It’s the little things that waste my time the most. Another reason to
get behind this RCR:

RCR 331: Remove 'true' parameter from #attr

I had in my code:

attr :plugin_names. :plugin_files

There went 20 minutes trying to figure out why I was getting:

NoMethodError: undefined method `plugin_files’

T.

On 7/20/06, [email protected] [email protected] wrote:

NoMethodError: undefined method `plugin_files’

That’s where a little bit of ignorance saved me: I didn’t know there was
an “attr”.

Les