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