Module: Dry::Types::Printable Private

Included in:
Composition, Constrained, Default, Lax, Maybe, Nominal, Schema::Key
Defined in:
lib/dry/types/printable.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#to_sString Also known as: inspect

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


10
11
12
# File 'lib/dry/types/printable.rb', line 10

def to_s
  PRINTER.(self) { super }
end