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
22 23 24 |
# File 'lib/gpr/main.rb', line 22 def self.load_commands @@commands.map { |command| command.new(self) } end |
.start(args) ⇒ Object
16 17 18 19 20 |
# File 'lib/gpr/main.rb', line 16 def self.start(args) self.load_commands super(args) end |