Method: REXML::Parsers::UltraLightParser#initialize
- Defined in:
- lib/rexml/parsers/ultralightparser.rb
#initialize(stream) ⇒ UltraLightParser
Returns a new instance of UltraLightParser.
7 8 9 10 |
# File 'lib/rexml/parsers/ultralightparser.rb', line 7 def initialize stream @stream = stream @parser = REXML::Parsers::BaseParser.new( stream ) end |