mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix botched copy-paste
This commit is contained in:
parent
659174c66a
commit
dd943c9046
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
value.inspect(io)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Produces a stringified value with additional information.
|
# Produces a stringified value with additional information.
|
||||||
|
|
Loading…
Reference in a new issue