class Mustache::Context

def escapeHTML(str)

Returns a String.

Allows customization of how Mustache escapes things.
def escapeHTML(str)
  mustache_in_stack.escapeHTML(str)
end