method
inspect
v6.1.3.1 -
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