Strips tags from HTML text
10 11 12
# File 'lib/jsduck/util/html.rb', line 10 def self.strip_tags(html) html.gsub(/<.*?>/, "") end