instance method
own_keys
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
own_keys()
No documentation comment.
Source
# File activesupport/lib/active_support/ordered_options.rb, line 166
def own_keys
@own_keys || _own_keys
end
Defined in activesupport/lib/active_support/ordered_options.rb line 166
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::InheritableOptions