File: text.rb [rdoc: Ruby Standard Library Documentation]
Last Modified
2017-04-01 12:51:22 -0500
Requires

Description

frozen_string_literal: false

An i18n supported text.

This object provides the following two features:

* Extracts translation messages from wrapped raw text.
* Translates wrapped raw text in specified locale.

Wrapped raw text is one of String, RDoc::Comment or Array of them.