class Ronn::RoffFilter
def initialize(html, name, section, tagline, manual=nil, version=nil, date=nil)
def initialize(html, name, section, tagline, manual=nil, version=nil, date=nil) @buf = [] title_heading name, section, tagline, manual, version, date html = Hpricot(html) block_filter(html) write "\n" end