Module: Gran

Defined in:
lib/gran.rb,
lib/gran/version.rb,
lib/gran/loggable.rb,
lib/gran/pathtree.rb,
lib/gran/tree_transformer.rb

Defined Under Namespace

Modules: Loggable Classes: Error, PathTree, TreeTransformer

Constant Summary collapse

VERSION =
"0.1.1"

Class Attribute Summary collapse

Class Attribute Details

.loggerlogger

Used to access the logger for the module.

Returns:

  • (logger)

    the logger object for the module



27
28
29
# File 'lib/gran.rb', line 27

def logger
  @logger ||= default_logger
end