module Covered::Eval

def self.disable(handler)

def self.disable(handler)
	@mutex.synchronize do
		@handler = nil
	end
end