class GitMaintain::Common

Constants

ACTION_HELP
ACTION_LIST

Public Class Methods

execAction(opts, action) click to toggle source
# File lib/common.rb, line 48
def self.execAction(opts, action)
    puts GitMaintain::getActionAttr("ACTION_LIST").join("\n")
end