Use Symbol instead of String

This commit is contained in:
Michael Miller 2019-03-22 10:35:43 -06:00
parent 0b467012cb
commit 66bd1555ac

View file

@ -3,7 +3,7 @@ module Spectator::Matchers
private struct MatchDataLabeledValue
# Label tied to the value.
# This annotates what the value is.
getter label : String
getter label : Symbol
# The actual value from the match data.
getter value : MatchDataValue