Method: Tipjoy::Logger#info

Defined in:
lib/tipjoy.rb

#info(msg) ⇒ Object



31
32
33
# File 'lib/tipjoy.rb', line 31

def info(msg)
  puts msg if self.on?
end