# File temp/parsers/treeparser.rb, line 7 def initialize( source, build_context = Document.new ) @build_context = build_context @parser = Parsers::BaseParser.new( source ) end