class YARD::I18n::Text
def initialize(input, options = {})
(**options)-
:have_header(Boolean) -- whether the
Parameters:
-
input(#each_line) -- a text to be translated.
def initialize(input, options = {}) @input = input @options = options end