module Muck
Constants
- VERSION
Public Class Methods
logger()
click to toggle source
# File lib/muck/logging.rb, line 5 def self.logger @logger ||= Logger.new(STDOUT) end
# File lib/muck/logging.rb, line 5 def self.logger @logger ||= Logger.new(STDOUT) end