# File lib/rspec/matchers/be.rb, line 94 def matches?(actual) @actual = actual @actual.__send__(@operator, @expected) end