Module: VimPrinter
- Includes:
- AgileUtils
- Defined in:
- lib/vim_printer/cli.rb,
lib/vim_printer/logger.rb,
lib/vim_printer/version.rb
Defined Under Namespace
Classes: CLI
Constant Summary collapse
- VERSION =
"0.1.6"
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/vim_printer/logger.rb', line 6 def logger @logger ||= Logger.new STDOUT end |