# File lib/yard/templates/helpers/text_helper.rb, line 32 def title_align_right(text, col = 72) align_right(text, '-', col) end