class Dry::Logic::Rule

def self.method_added(meth)

def self.method_added(meth)
  super
  if meth == :call
    alias_method :[], :call
  end
end