class Dry::Schema::KeyMap

def inspect

Returns:
  • (String) -
def inspect
  "#<#{self.class}[#{keys.map(&:dump).map(&:inspect).join(", ")}]>"
end