module Systemd
Public Class Methods
boot_id()
click to toggle source
See {Systemd::Id128.boot_id}.
# File lib/systemd.rb, line 10 def self.boot_id Systemd::Id128.boot_id end
machine_id()
click to toggle source
See {Systemd::Id128.machine_id}.
# File lib/systemd.rb, line 5 def self.machine_id Systemd::Id128.machine_id end