Method: ActiveSupport::InheritableOptions#inheritable_copy
- Defined in:
- lib/active_support/ordered_options.rb
#inheritable_copy ⇒ Object
91 92 93 |
# File 'lib/active_support/ordered_options.rb', line 91 def inheritable_copy self.class.new(self) end |