Method: Main::Logger.on

Defined in:
lib/main/logger.rb

.on(*a, &b) ⇒ Object



28
29
30
# File 'lib/main/logger.rb', line 28

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