Method: Troy::Helpers#h

Defined in:
lib/troy/helpers.rb

#h(content) ⇒ Object



5
6
7
# File 'lib/troy/helpers.rb', line 5

def h(content)
  CGI.escapeHTML(content)
end