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