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