Module YARD::Templates::Helpers::TextHelper
In: lib/yard/templates/helpers/text_helper.rb

Helper methods for text template formats.

Methods

align_right   h   hr   indent   signature   title_align_right   wrap  

Public Instance methods

@return [String] aligns text to the right

@return [String] escapes text

@return [String] returns a horizontal rule for output

@return [String] indents text by len characters.

@return [String] the formatted signature for a method

@return [String] aligns a title to the right

@return [String] wraps text at col columns.

[Validate]