# File lib/parslet/error_tree.rb, line 27 def ascii_tree StringIO.new.tap { |io| recursive_ascii_tree(self, io, [true]) }. string end