26 27 28 29
# File 'lib/peon.rb', line 26 def log(msg) @@logger ||= proc { |m| puts "#{Time.now} :peon: #{m}" } @@logger.call(msg) end