class Getopt::Declare::EndOpt
Class used to handle the ending of options
Public Instance Methods
matcher(g)
click to toggle source
Returns regex used matching end of options
# File lib/Getopt/Declare.rb, line 115 def matcher(g) '())?' end