Class: Jmpod::Command::Analyze
- Inherits:
-
Jmpod::Command
- Object
- CLAide::Command
- Jmpod::Command
- Jmpod::Command::Analyze
- Defined in:
- lib/jmpod/command/analyze.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Analyze
constructor
A new instance of Analyze.
- #run ⇒ Object
- #validate! ⇒ Object
Methods inherited from Jmpod::Command
Constructor Details
#initialize(argv) ⇒ Analyze
12 13 14 |
# File 'lib/jmpod/command/analyze.rb', line 12 def initialize(argv) super end |
Class Method Details
.options ⇒ Object
16 17 18 19 |
# File 'lib/jmpod/command/analyze.rb', line 16 def self. [ ].concat(super) end |
Instance Method Details
#run ⇒ Object
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 |