# File lib/innate/helper/cgi.rb, line 32 def html_escape(input) Rack::Utils.escape_html(input.to_s) end