# File lib/chef/resource/deploy.rb, line 123 def role(arg=nil) set_or_return( :role, arg, :kind_of => [ String ] ) end