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