# File lib/chef/resource/link.rb, line 35
      def to(arg=nil)
        set_or_return(
          :source_file,
          arg,
          :kind_of => String
        )
      end