mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Use Symbol instead of String
This commit is contained in:
parent
0b467012cb
commit
66bd1555ac
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module Spectator::Matchers
|
||||||
private struct MatchDataLabeledValue
|
private struct MatchDataLabeledValue
|
||||||
# Label tied to the value.
|
# Label tied to the value.
|
||||||
# This annotates what the value is.
|
# This annotates what the value is.
|
||||||
getter label : String
|
getter label : Symbol
|
||||||
|
|
||||||
# The actual value from the match data.
|
# The actual value from the match data.
|
||||||
getter value : MatchDataValue
|
getter value : MatchDataValue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue