method

match_nonswitch?

v1_8_7_330 - Show latest stable - Class: OptionParser
match_nonswitch?(str)
public

No documentation available.

# File lib/optparse.rb, line 409
    def match_nonswitch?(str) # :nodoc:
      @pattern =~ str unless @short or @long
    end