instance method
inheritable_copy
Ruby on Rails 6.1.7.10
Since v3.1.12Signature
inheritable_copy()
No documentation comment.
Source
# File activesupport/lib/active_support/ordered_options.rb, line 91
def inheritable_copy
self.class.new(self)
end
Defined in activesupport/lib/active_support/ordered_options.rb line 91
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::InheritableOptions