Method: Chef::Resource#supports

Defined in:
lib/chef/resource.rb

#supports(args = {}) ⇒ Object



302
303
304
305
306
307
308
# File 'lib/chef/resource.rb', line 302

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