method
inspect
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::InheritableOptions
inspect()public
No documentation available.
# File activesupport/lib/active_support/ordered_options.rb, line 111
def inspect
"#<#{self.class.name} #{to_h.inspect}>"
end