Class: Pindo::PindoApp

Inherits:
Object
  • Object
show all
Defined in:
lib/pindo.rb

Instance Method Summary collapse

Instance Method Details

#run(argv) ⇒ Object



18
19
20
21
22
23
# File 'lib/pindo.rb', line 18

def run(argv)

    Pindo::VersionCheck::check_pindo_new_version()
  	Pindo::Command.run(argv)

end