# File lib/windows/sys/uptime.rb, line 95 def self.minutes(host=Socket.gethostname) seconds(host) / 60 end