# File lib/rudy.rb, line 53
53:   def Rudy.sysinfo
54:     @@sysinfo = SysInfo.new.freeze if @@sysinfo.nil?
55:     @@sysinfo
56:   end