can you just using oneline ruby code define the strip_tags methods?
def strip_tags(html)
//oneline here
end
--
Posted via http://www.ruby-forum.com/.
Would that be good enough ?
def strip_tags(html)
return html.gsub(/<.*?>/)
end
Cheers,
--
JJ Fleck
PCSI1 Lycée Kléber