# tomita@e8y.net def html( *html ) out = [] html.each {|line| out.push(line.unescapeHTML) } out.join(" ") end