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