= private = protected
has_expires?()
true if the TupleBag to see if it has any expired entries.
# 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