Class: Katar::Commands::InitCommand
- Inherits:
-
Thor
- Object
- Thor
- Katar::Commands::InitCommand
- Defined in:
- lib/katar/commands/init_command.rb
Instance Method Summary collapse
Instance Method Details
#init ⇒ Object
9 10 11 12 |
# File 'lib/katar/commands/init_command.rb', line 9 def init create_directory and copy_stubs puts "Katar initialized!" end |