# File lib/spec/matchers/has.rb, line 6
      def initialize(expected, *args)
        @expected, @args = expected, args
      end