# File lib/linux/sys/uptime.rb, line 23 def self.seconds begin IO.read(UPTIME_FILE).split.first.to_i rescue Exception => err raise Error, err end end