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