/* * call-seq: * Uptime.seconds * * Returns the total number of seconds the system has been up. */ static VALUE uptime_seconds() { return UINT2NUM(get_uptime_secs()); }