Method: Sinew::TextUtil#html_clean

Defined in:
lib/sinew/text_util.rb

#html_clean(s) ⇒ Object



68
69
70
# File 'lib/sinew/text_util.rb', line 68

def html_clean(s)
  html_clean_from_tidy(html_tidy(s))
end