Class: Dry::Schema::Hint Private

Inherits:
Message show all
Defined in:
lib/dry/schema/extensions/hints.rb

Overview

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

A hint message sub-type

Instance Method Summary collapse

Instance Method Details

#hint?Boolean

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:

  • (Boolean)


48
49
50
# File 'lib/dry/schema/extensions/hints.rb', line 48

def hint?
  true
end