Class: GitMaintain::Common

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

Constant Summary collapse

ACTION_LIST =
[ :list_actions ]
ACTION_HELP =
[]

Class Method Summary collapse

Class Method Details

.execAction(opts, action) ⇒ Object



13
14
15
# File 'lib/common.rb', line 13

def self.execAction(opts, action)
    puts GitMaintain::getActionAttr("ACTION_LIST").join("\n")
end