class Tester

Public Instance Methods

init_log() click to toggle source
# File lib/unclekryon/log.rb, line 75
def init_log
  @log.progname.prepend('[Risky]')
end
take_risk() click to toggle source
# File lib/unclekryon/log.rb, line 79
def take_risk
  log.fatal('Risky! Risky! Risky!')
end