# File lib/Getopt/DelimScanner.rb, line 462 def extractQuotelike( *args ) rval = scanQuotelike( *args ) or return nil return rval[:match] end