method
match_nonswitch?
ruby latest stable - Class:
OptionParser::Switch
match_nonswitch?(str)public
No documentation available.
# File lib/optparse.rb, line 613
def match_nonswitch?(str) # :nodoc:
@pattern =~ str unless @short or @long
end