# File lib/rspec/matchers/match_array.rb, line 7
      def initialize(expected)
        @expected = expected
      end