# File lib/gettext/tools/rgettext.rb, line 243
  def rgettext(paths = nil, out = STDOUT)
    RGetText.run(paths, out)
    self
  end