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