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