module Chef::Mixin::Securable::WindowsSecurableAttributes
Defines inherits
to describe Windows file security ACLs on the including class
Public Instance Methods
Source
# File lib/chef/mixin/securable.rb, line 166 def inherits(arg = nil) set_or_return( :inherits, arg, kind_of: [ TrueClass, FalseClass ] ) end