module Roda::RodaPlugins::H::InstanceMethods
Public Instance Methods
Source
# File lib/roda/plugins/h.rb, line 28 def h(string) CGI.escapeHTML(string.to_s) end
HTML escape the input and return the escaped version.
# File lib/roda/plugins/h.rb, line 28 def h(string) CGI.escapeHTML(string.to_s) end
HTML escape the input and return the escaped version.