method
pretty_print
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::InheritableOptions
pretty_print(pp)public
No documentation available.
# File activesupport/lib/active_support/ordered_options.rb, line 119
def pretty_print(pp)
pp.pp_hash(to_h)
end