# File lib/sup/util.rb, line 36 def human_size s = begin size rescue SystemCallError return "?" end s.to_human_size end