Flowdock
new(source, listener) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rexml/parsers/streamparser.rb, line 4
      def initialize source, listener
        @listener = listener
        @parser = BaseParser.new( source )
      end
Register or log in to add new notes.