# File lib/Getopt/DelimScanner.rb, line 126 def initialize( string, dup=true ) @scanner = StringScanner::new( string, dup ) @matchError = nil @debugLevel = 0 end