# File lib/nanite/state.rb, line 40 def log_redis_error(meth,&blk) blk.call rescue Exception => e Nanite::Log.info("redis error in method: #{meth}") raise e end