method
inspect
v8.1.1 -
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