Class: IOSDevTools::Pack

Inherits:
Object
  • Object
show all
Defined in:
lib/ios_dev_tools/commands/pack.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.create_with_args(cmd_line_arguments) ⇒ Object



6
7
8
# File 'lib/ios_dev_tools/commands/pack.rb', line 6

def self.create_with_args cmd_line_arguments
  Pack.new
end

.display_helpObject



10
11
12
13
14
15
# File 'lib/ios_dev_tools/commands/pack.rb', line 10

def self.display_help

  puts "
TODO: 'pack' command help
      "
end

Instance Method Details

#executeObject



17
18
19
# File 'lib/ios_dev_tools/commands/pack.rb', line 17

def execute
  puts "TODO: execute"
end