Method: String#unescape_html!

Defined in:
lib/name_tamer/string.rb

#unescape_html!Object

Remove HTML entities



48
49
50
# File 'lib/name_tamer/string.rb', line 48

def unescape_html!
  replace CGI.unescapeHTML self
end