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