# File lib/rubygame/hotspot.rb, line 131 def undef_hotspot(*labels) labels.flatten.each do |l| @hotspots.delete(l) end end