Class: Fcoin::LocaleTask
- Inherits:
-
Thor
- Object
- Thor
- Fcoin::LocaleTask
- Defined in:
- lib/fcoin/cli.rb
Instance Method Summary collapse
Instance Method Details
#init ⇒ Object
46 47 48 49 50 |
# File 'lib/fcoin/cli.rb', line 46 def init generator = Generators::Locale.new generator.destination_root = [:path] || '.' generator.invoke_all end |