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



48
49
50
# File 'lib/common.rb', line 48

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