# File lib/chef/mixin/securable.rb, line 168 def inherits(arg=nil) set_or_return( :inherits, arg, :kind_of => [ TrueClass, FalseClass ] ) end