Method: GLI::Flag#must_match

Defined in:
lib/gli/flag.rb

#must_matchObject (readonly)

Regexp that is used to see if the flag’s argument matches



8
9
10
# File 'lib/gli/flag.rb', line 8

def must_match
  @must_match
end