Method: YARD::Templates::Helpers::HtmlHelper#html_markup_none

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

#html_markup_none(text) ⇒ String

Returns the same text with no markup.

Returns:

  • (String)

    the same text with no markup

Since:

  • 0.6.6


115
116
117
# File 'lib/yard/templates/helpers/html_helper.rb', line 115

def html_markup_none(text)
  h(text)
end