class Dry::Logic::Predicate

def initialize(id, *args, &block)

def initialize(id, *args, &block)
  @id = id
  @fn = block
  @args = args
end