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