Method: ActiveSupport::InheritableOptions#inspect

Defined in:
activesupport/lib/active_support/ordered_options.rb

#inspectObject



111
112
113
# File 'activesupport/lib/active_support/ordered_options.rb', line 111

def inspect
  "#<#{self.class.name} #{to_h.inspect}>"
end