method
to_h
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::InheritableOptions
to_h()public
No documentation available.
# File activesupport/lib/active_support/ordered_options.rb, line 103
def to_h
@parent.merge(self)
end