method
new
v2_2_9 -
Show latest stable
- Class:
REXML::Parsers::LightParser
new(stream)public
No documentation available.
# File lib/rexml/parsers/lightparser.rb, line 8
def initialize stream
@stream = stream
@parser = REXML::Parsers::BaseParser.new( stream )
end