Method: MonadicApp#show_html

Defined in:
lib/monadic_chat/formatting.rb

#show_htmlObject



58
59
60
61
62
63
# File 'lib/monadic_chat/formatting.rb', line 58

def show_html
  set_html
  print PROMPT_SYSTEM.prefix
  print "HTML is ready\n"
  Launchy.open(TEMP_HTML)
end