module YARD::Templates::Helpers::TextHelper
def title_align_right(text, col = 72)
-
(String)
- aligns a title to the right
def title_align_right(text, col = 72) align_right(text, '-', col) end
(String)
- aligns a title to the right
def title_align_right(text, col = 72) align_right(text, '-', col) end