Class: Pindo::PindoApp
- Inherits:
-
Object
- Object
- Pindo::PindoApp
- Defined in:
- lib/pindo.rb
Instance Method Summary collapse
Instance Method Details
#run(argv) ⇒ Object
19 20 21 22 23 24 |
# File 'lib/pindo.rb', line 19 def run(argv) Pindo::VersionCheck::check_pindo_new_version() Pindo::Command.run(argv) end |