# File raggle, line 500 def escape_html [ [/&/, '&'], [/</, '<'], [/>/, '>'], [/"/, '"'] ].inject(self) do |ret, ary| ret.gsub(*ary) end end