module Dry::Types::Printable

@api private

Public Instance Methods

inspect()
Alias for: to_s
to_s() click to toggle source

@return [String]

@api private

Calls superclass method
# File lib/dry/types/printable.rb, line 10
def to_s
  PRINTER.(self) { super }
end
Also aliased as: inspect