class RT::RT2TXTVisitor

Constants

INCLUDE_SUFFIX
OUTPUT_SUFFIX

Public Instance Methods

visit(parsed) click to toggle source
Calls superclass method
# File lib/rt/rt2txt-lib.rb, line 9
def visit(parsed)
  W3M::html2txt(super)
end