# File lib/mspec/matchers/equal_utf16.rb, line 4
4:   def initialize(expected)
5:     @expected = Array(expected).map { |x| encode x, "binary" }
6:   end