class Dry::Schema::Hint

A hint message sub-type

@api private

Public Instance Methods

hint?() click to toggle source

@api private

# File lib/dry/schema/extensions/hints.rb, line 50
def hint?
  true
end