module Dry::Schema::Extensions::Hints::MessageCompilerMethods

def initialize(*args)

Other tags:
    Api: - private
def initialize(*args)
  super
  @hints = @options.fetch(:hints, true)
end