class RSpec::Matchers::BuiltIn::BeComparedTo

def matches?(actual)

def matches?(actual)
  @actual = actual
  @actual.__send__ @operator, @expected
end