diff --git a/src/spectator/matchers/alternative_match_data_value.cr b/src/spectator/matchers/alternative_match_data_value.cr index e368c0f..034dbcd 100644 --- a/src/spectator/matchers/alternative_match_data_value.cr +++ b/src/spectator/matchers/alternative_match_data_value.cr @@ -21,7 +21,7 @@ module Spectator::Matchers # Produces a stringified value. def to_s(io) - @value.inspect(io) + value.inspect(io) end # Produces a stringified value with additional information.