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