class Sys::Uname

def self.hw_serial


of the physical machine on which the function is executed.
The ASCII representation of the hardware-specific serial number
def self.hw_serial
  uname.hw_serial.to_i
end