Class: DyCI::SetupCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/dyci/commands/setup_command.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args = nil) ⇒ SetupCommand

Returns a new instance of SetupCommand.



7
8
9
# File 'lib/dyci/commands/setup_command.rb', line 7

def initialize args = nil

end

Class Method Details

.run(args) ⇒ Object



3
4
5
# File 'lib/dyci/commands/setup_command.rb', line 3

def self.run args
  command = SetupCommand.new args
end