class Dry::Logic::Operations::And

def initialize(*)

def initialize(*)
  super
  @hints = options.fetch(:hints, true)
end