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