lib/ohai/plugins/kernel.rb in ohai-13.1.0 vs lib/ohai/plugins/kernel.rb in ohai-13.2.0

- old
+ new

@@ -65,10 +65,10 @@ return "WIN3x" if sys_type.to_s.eql?("15") return "WIN95" if sys_type.to_s.eql?("16") return "WIN98" if sys_type.to_s.eql?("17") return "WINNT" if sys_type.to_s.eql?("18") return "WINCE" if sys_type.to_s.eql?("19") - return nil + nil end collect_data(:default) do kernel init_kernel end