module TermColor

Public Class Methods

parse(o) click to toggle source
# File lib/termtter/optparse.rb, line 49
def parse(o)
  o.gsub(/<\/?.+?>/, '').
    gsub('&lt;', '<').
    gsub('&gt;', '>')
end
Also aliased as: parse_orig
parse_orig(o)
Alias for: parse