Method: Confgit::CLI#t

Defined in:
lib/confgit/cli.rb

#t(code, options = {}) ⇒ Object

I18n で翻訳する



55
56
57
58
# File 'lib/confgit/cli.rb', line 55

def t(code, options = {})
	options[:scope] ||= [:usage]
	I18n.t(code, options)
end