Class: Gpr::Main
Constant Summary
Constants included from Gpr
Class Method Summary collapse
Methods included from Action
#parse_repository, #repository_list
Class Method Details
.load_commands ⇒ Object
27 28 29 |
# File 'lib/gpr/main.rb', line 27 def self.load_commands @@commands.map { |command| command.new(self) } end |
.start(args) ⇒ Object
21 22 23 24 25 |
# File 'lib/gpr/main.rb', line 21 def self.start(args) self.load_commands super(args) end |