Method: Tipjoy::Logger#initialize

Defined in:
lib/tipjoy.rb

#initialize(on = false) ⇒ Logger

Returns a new instance of Logger.



19
20
21
# File 'lib/tipjoy.rb', line 19

def initialize(on=false)
  self.on = on
end