Method: Chef::Resource#supports

Defined in:
lib/chef/resource.rb

#supports(args = {}) ⇒ Object



164
165
166
167
168
169
170
# File 'lib/chef/resource.rb', line 164

def supports(args={})
  if args.any?
    @supports = args
  else
    @supports
  end
end