35 36 37 38 39 40 41
# File 'lib/chef/resource/link.rb', line 35 def to(arg=nil) set_or_return( :source_file, arg, :kind_of => String ) end