Class: Organo::CLI::Commands::Init
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Organo::CLI::Commands::Init
- Defined in:
- lib/organo/commands/init.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
10 11 12 |
# File 'lib/organo/commands/init.rb', line 10 def call(*) Dir.mkdir './.organo' unless File.exist?('./.organo') end |