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.0.8'

Class Attribute Summary collapse

Class Attribute Details

.loggerLogger

Returns the Logger for the project.

Returns:

  • (Logger)

    the Logger for the project



6
7
8
# File 'lib/vim_printer/logger.rb', line 6

def logger
  @logger ||= Logger.new STDOUT
end