new(raw)
Creates a new i18n supported text for raw text.
# File lib/rdoc/i18n/text.rb, line 16 def initialize(raw) @raw = raw end