# File lib/mspec/matchers/equal_utf16.rb, line 8
 8:   def matches?(actual)
 9:     @actual = Array(actual).map { |x| encode x, "binary" }
10:     @actual == @expected || @actual == expected_swapped
11:   end