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