Module: GitCommander
- Defined in:
- lib/git_commander.rb,
lib/git_commander/cli.rb,
lib/git_commander/loader.rb,
lib/git_commander/logger.rb,
lib/git_commander/plugin.rb,
lib/git_commander/system.rb,
lib/git_commander/command.rb,
lib/git_commander/version.rb,
lib/git_commander/registry.rb,
lib/git_commander/loader_result.rb,
lib/git_commander/plugin/loader.rb,
lib/git_commander/command/option.rb,
lib/git_commander/command/runner.rb,
lib/git_commander/plugin/executor.rb,
lib/git_commander/command/loaders/raw.rb,
lib/git_commander/command/configurator.rb,
lib/git_commander/rspec/plugin_helpers.rb,
lib/git_commander/command_loader_options.rb,
lib/git_commander/command/loaders/file_loader.rb
Overview
GitCommander is the global module used to house the global logger
Defined Under Namespace
Modules: CommandLoaderOptions, RSpec Classes: CLI, Command, Loader, LoaderResult, Logger, Plugin, Registry, System
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.logger(*args) ⇒ Object
14 15 16 |
# File 'lib/git_commander.rb', line 14 def logger(*args) @logger ||= GitCommander::Logger.new(*args) end |