Module: Tbr

Defined in:
lib/tbr.rb,
lib/tbr/version.rb,
lib/tbr/processor.rb

Defined Under Namespace

Classes: Processor

Constant Summary collapse

VERSION =
"0.0.3"

Class Method Summary collapse

Class Method Details

.logObject



7
8
9
# File 'lib/tbr.rb', line 7

def log
  @log || Logger.new(STDOUT)
end

.log=(logger) ⇒ Object



11
12
13
# File 'lib/tbr.rb', line 11

def log=(logger)
  @log = logger
end