Module: Trains::Utils::Logger
- Defined in:
- lib/trains/utils/logger.rb
Overview
Module with logging basics
Class Method Summary collapse
Class Method Details
.debug(log) ⇒ Object
7 8 9 10 11 |
# File 'lib/trains/utils/logger.rb', line 7 def self.debug(log) puts '[DEBUG]:' # skipcq: RB-RB-LI1008 pp log end |