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