method
inheritable_copy
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::InheritableOptions
inheritable_copy()public
No documentation available.
# File activesupport/lib/active_support/ordered_options.rb, line 134
def inheritable_copy
self.class.new(self)
end