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