Method: YARD::Templates::Helpers::HtmlHelper#htmlify_line

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

#htmlify_line(*args) ⇒ String

Returns HTMLified text as a single line (paragraphs removed).

Returns:

  • (String)

    HTMLified text as a single line (paragraphs removed)

[View source]

139
140
141
# File 'lib/yard/templates/helpers/html_helper.rb', line 139

def htmlify_line(*args)
  "<div class='inline'>" + htmlify(*args) + "</div>"
end