instance method
pretty_print
Ruby on Rails 7.2.3
Since v7.2.3Signature
pretty_print(pp)
No documentation comment.
Parameters
-
ppreq
Source
# File activesupport/lib/active_support/ordered_options.rb, line 119
def pretty_print(pp)
pp.pp_hash(to_h)
end
Defined in activesupport/lib/active_support/ordered_options.rb line 119
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::InheritableOptions