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
-
.logger ⇒ logger
Used to access the logger for the module.
Class Attribute Details
.logger ⇒ logger
Used to access the logger for the module.
27 28 29 |
# File 'lib/gran.rb', line 27 def logger @logger ||= default_logger end |