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