# File lib/rubytorrent/package.rb, line 337 def percent_claimed; 100.0 * (@length.to_f - unclaimed_bytes) / @length; end