module GitCommander
GitCommander
is the global module used to house the global logger
Constants
- VERSION
Public Instance Methods
logger(*args)
click to toggle source
# File lib/git_commander.rb, line 14 def logger(*args) @logger ||= GitCommander::Logger.new(*args) end