Method: YARD::Templates::Helpers::BaseHelper#h

Defined in:
lib/yard/templates/helpers/base_helper.rb

#h(text) ⇒ Object

Escapes text. This is used a lot by the HtmlHelper and there should be some helper to “clean up” text for whatever, this is it.



38
39
40
# File 'lib/yard/templates/helpers/base_helper.rb', line 38

def h(text)
  text
end