Method: Main::Logger.off

Defined in:
lib/main/logger.rb

.off(*a, &b) ⇒ Object



36
37
38
# File 'lib/main/logger.rb', line 36

def self.off *a, &b
  new(*a, &b).instance_eval{ turn :off; self }
end