18 19 20
# File 'lib/funnel/log.rb', line 18 def self.warning msg log(msg,2) if @@threshhold <= 2 end