Don't inspect in AlternativeMatchDataValue to_s

This commit is contained in:
Michael Miller 2019-04-06 00:03:36 -06:00
parent 33c838a062
commit ddc55ba067

View file

@ -21,7 +21,7 @@ module Spectator::Matchers
# Produces a stringified value. # Produces a stringified value.
def to_s(io) def to_s(io)
value.inspect(io) io << value
end end
# Produces a stringified value with additional information. # Produces a stringified value with additional information.