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