module Haml::Util

def self.escape_html(html)

def self.escape_html(html)
  CGI.escapeHTML(html.to_s)
end