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