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