Module: I18nScrewdriver::TranslationHelper

Defined in:
lib/i18n_screwdriver/translation_helper.rb

Instance Method Summary collapse

Instance Method Details

#_(text, options = {}, &block) ⇒ Object



3
4
5
# File 'lib/i18n_screwdriver/translation_helper.rb', line 3

def _(text, options = {}, &block)
  Translation.new(text, options, &block)
end