307 308 309 310 311 312 313
# File 'lib/chef/resource.rb', line 307 def is(*args) if args.size == 1 args.first else return *args end end