# File lib/rspec/matchers/be.rb, line 183
      def initialize(*args, &block)
        @expected = args.shift
        @args = args
      end