# File lib/mysql2/em.rb, line 36 def close(*args) if @watch @watch.detach if @watch.watching? end super(*args) end