33 34 35 36 37 38 39
# File 'lib/chef/resource/remote_file.rb', line 33 def source(args=nil) set_or_return( :source, args, :kind_of => String ) end