# File lib/rubytorrent/controller.rb, line 337 def forget_blocks(blocks) # rt_debug "#{self}: forgetting blocks #{blocks.join(', ')}" blocks.each { |b| @package.pieces[b.pindex].unclaim_block b } end