# File lib/sys/windows/sys/filesystem.rb, line 117 def percent_used 100 - (100.0 * bytes_free.to_f / bytes_total.to_f) end