method
new
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
new(stream)
public
Hide source
# File lib/rexml/parsers/lightparser.rb, line 8 def initialize stream @stream = stream @parser = REXML::Parsers::BaseParser.new( stream ) end