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