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