class Dry::Core::BasicObject

def pretty_print(printer)

Other tags:
    See: https://ruby-doc.org/stdlib/libdoc/pp/rdoc/PP.html -

Other tags:
    Since: - 0.8.0

Returns:
  • (String) - the pretty-printable inspection of the object

Parameters:
  • printer (PP) -- the Pretty Printable printer
def pretty_print(printer)
  printer.text(inspect)
end