# File lib/ohai/dsl/plugin.rb, line 63 def self.dev_null if RUBY_PLATFORM =~ /mswin|mingw|windows/ "NUL" else "/dev/null" end end