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
- #to_s ⇒ String (also: #inspect) private
Instance Method Details
#to_s ⇒ String 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.
10 11 12 |
# File 'lib/dry/types/printable.rb', line 10 def to_s PRINTER.(self) { super } end |