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