# File lib/serverspec/type/file.rb, line 63
    def linked_to?(target)
      @runner.check_file_is_linked_to(@name, target)
    end