Libraries
»
algorithmable
(0.15.0)
»
Index
»
Algorithmable
»
logger
Method: Algorithmable.logger
Defined in:
lib/algorithmable.rb
.
logger
⇒
Object
20 21 22
# File 'lib/algorithmable.rb', line 20
def
logger
@logger
||=
Logger
.
new
$stdout
end