Class: Ramaze::View::Mustache::RamazeContext

Inherits:
Mustache::Context
  • Object
show all
Defined in:
lib/ramaze/view/mustache.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) escapeHTML(str)



13
14
15
# File 'lib/ramaze/view/mustache.rb', line 13

def escapeHTML(str)
  str.escape(:html)
end