Class: Zold::Log::Quiet

Inherits:
Object
  • Object
show all
Defined in:
lib/zold/log.rb

Overview

Log that doesn’t log anything

Instance Method Summary collapse

Instance Method Details

#error(msg) ⇒ Object



44
45
46
# File 'lib/zold/log.rb', line 44

def error(msg)
  # nothing to do here
end

#info(msg) ⇒ Object



40
41
42
# File 'lib/zold/log.rb', line 40

def info(msg)
  # nothing to do here
end