Method: YARD::Templates::Helpers::HtmlHelper#htmlify_line
- Defined in:
- lib/yard/templates/helpers/html_helper.rb
permalink #htmlify_line(*args) ⇒ String
Returns HTMLified text as a single line (paragraphs removed).
139 140 141 |
# File 'lib/yard/templates/helpers/html_helper.rb', line 139 def htmlify_line(*args) "<div class='inline'>" + htmlify(*args) + "</div>" end |