Class: Jmpod::Command::Analyze

Inherits:
Jmpod::Command show all
Defined in:
lib/jmpod/command/analyze.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Jmpod::Command

run

Constructor Details

#initialize(argv) ⇒ Analyze



12
13
14
# File 'lib/jmpod/command/analyze.rb', line 12

def initialize(argv)
  super
end

Class Method Details

.optionsObject



16
17
18
19
# File 'lib/jmpod/command/analyze.rb', line 16

def self.options
  [
  ].concat(super)
end

Instance Method Details

#runObject



25
26
27
# File 'lib/jmpod/command/analyze.rb', line 25

def run
  system "pod dep"
end

#validate!Object



21
22
23
# File 'lib/jmpod/command/analyze.rb', line 21

def validate!
  super
end