@deprecated
@see Cri::StringFormatter#format_as_command
# File lib/cri/core_ext/string.rb, line 25 def formatted_as_command Cri::StringFormatter.new.format_as_command(self) end
@see Cri::StringFormatter#format_as_option
# File lib/cri/core_ext/string.rb, line 30 def formatted_as_option Cri::StringFormatter.new.format_as_option(self) end
@see Cri::StringFormatter#format_as_title
# File lib/cri/core_ext/string.rb, line 20 def formatted_as_title Cri::StringFormatter.new.format_as_title(self) end
@see Cri::StringFormatter#to_paragraphs
# File lib/cri/core_ext/string.rb, line 10 def to_paragraphs Cri::StringFormatter.new.to_paragraphs(self) end
@see Cri::StringFormatter#to_paragraphs
# File lib/cri/core_ext/string.rb, line 15 def wrap_and_indent(width, indentation) Cri::StringFormatter.new.wrap_and_indent(self, width, indentation) end