# File lib/neovim/buffer.rb, line 84
    def []=(index, str)
      lines[index-1] = str
    end