# File lib/facets/more/htmlhelper.rb, line 59
  def esc(str)
    str.gsub(/&/,'&amp;').gsub(/</,'&lt;').gsub(/>/,'&gt;')
  end