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