lib/ctf_party/flag.rb in ctf-party-1.0.0 vs lib/ctf_party/flag.rb in ctf-party-1.1.0

- old
+ new

@@ -70,10 +70,10 @@ flag += @@flag[:enclosing][1] flag + @@flag[:suffix] end # Format the current string into the configured flag format in place as - # described for {#flag}. + # described for {String#flag}. def flag! replace(flag) end # Check if the string respect the defined flag format.