rails/activesupport/lib
Alexey Chernenkov 0e953c94b1 Unify cattr_* interface: allow to pass a block to cattr_reader.
Example:

    class A
      cattr_reader(:defr) { 'default_reader_value' }
    end
    A.defr # => 'default_reader_value'
2013-11-15 19:54:51 +06:00
..
active_support Unify cattr_* interface: allow to pass a block to cattr_reader. 2013-11-15 19:54:51 +06:00
active_support.rb Remove deprecated AS::BasicObject, use AS::ProxyObject instead 2013-07-01 22:26:54 -03:00