# File lib/yard/templates/helpers/html_helper.rb, line 139 def htmlify_line(*args) "<div class='inline'>" + htmlify(*args) + "</div>" end