# File lib/html.rb, line 41 def h o; o.to_s.gsub("&", "&").gsub("<", "<").gsub(">", ">") end