module Dry::Logic::Predicates::Methods

def is?(left, right)

def is?(left, right)
  left.equal?(right)
end