method

pretty_print

rails latest stable - Class: ActiveSupport::InheritableOptions

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

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