Method: Chef::ReservedNames::Win32::Security::SID.World

Defined in:
lib/chef/win32/security/sid.rb

.WorldObject



93
94
95
# File 'lib/chef/win32/security/sid.rb', line 93

def self.World
  SID.from_string_sid("S-1-1")
end