Module: AgileUtils
- Includes:
- Archive::Tar, Archive::Tar::Minitar
- Defined in:
- lib/agile_utils/cli.rb,
lib/agile_utils/helper.rb,
lib/agile_utils/logger.rb,
lib/agile_utils/version.rb,
lib/agile_utils/constant.rb,
lib/agile_utils/file_util.rb,
lib/agile_utils/base_option.rb
Defined Under Namespace
Modules: FileUtil, Helper, Options Classes: CLI
Constant Summary collapse
- VERSION =
"0.1.4"- PROJECT_NAME =
"AgileUtils"
Class Attribute Summary collapse
-
.logger ⇒ Logger
The Logger for the project.
Class Attribute Details
.logger ⇒ Logger
Returns the Logger for the project.
6 7 8 |
# File 'lib/agile_utils/logger.rb', line 6 def logger @logger ||= Logger.new STDOUT end |