module Dry::Types::Printable

def to_s

Other tags:
    Api: - private

Returns:
  • (String) -
def to_s
  PRINTER.(self) { super }
end