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