# File lib/fog/rackspace/queues.rb, line 164 def add_claim(ttl, grace) claim = MockClaim.new(self, ttl, grace) claims[claim.id] = claim claim end