StringScanner.new(string, dup = false)
Class Public methods
Creates a new StringScanner object to scan
over the given string
. dup
argument is obsolete
and not used now.
Creates a new StringScanner object to scan
over the given string
. dup
argument is obsolete
and not used now.
Please login to continue.