class Dry::Logic::Rule

def initialize(predicate, options = {})

def initialize(predicate, options = {})
  @predicate = predicate
  @options = options
end