module Algorithmable

Constants

VERSION

Public Class Methods

logger() click to toggle source
# File lib/algorithmable.rb, line 20
def logger
  @logger ||= Logger.new $stdout
end