# File lib/termtter/optparse.rb, line 49
            def parse(o)
              o.gsub(/<\/?.+?>/, '').
                gsub('&lt;', '<').
                gsub('&gt;', '>')
            end