module Chef::ChefFS

Public Class Methods

windows?() click to toggle source
# File lib/chef/chef_fs.rb, line 55
def self.windows?
  ChefUtils.windows?
end