# File lib/rinda/tuplespace.rb, line 297 def has_expires? @hash.each do |k, v| v.each do |tuple| return true if tuple.expires end end false end