Calculate disk usage
Calc.
Calc
Parameters:
Count of blocks
The size of a single block
15 16 17
# File 'lib/aruba/platforms/disk_usage_calculator.rb', line 15 def call(blocks, block_size) Aruba::FileSize.new(blocks * block_size) end