# File lib/typed-array.rb, line 51 def to_s %{Expected one of #{@expected.inspect} but received a(n) #{@received}} end