Reads the text string a
9 10 11 12 13 14 15
# File 'lib/tty_string/parser.rb', line 9 def render(clear_style: true) reset @clear_style = clear_style @renderer = Renderer.new read until eos? renderer.to_s end