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