laise
2013-Nov-15 15:07 UTC
Please, take a look at PR #10848 "Allow to pass a block to `cattr_reader`."
Allow to pass a block to cattr_reader . cattr_accessor already accepts
defaults using a block. So just unify the interface.
Example:
class A
cattr_reader(:defr) { ''default_reader_value'' }
end
A.defr # => ''default_reader_value''
https://github.com/rails/rails/pull/10848
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to rubyonrails-core+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at http://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/groups/opt_out.
