# File lib/html5/serializer/htmlserializer.rb, line 11 def escape(string) string.gsub("&", "&").gsub("<", "<").gsub(">", ">") end