# File lib/neovim/buffer.rb, line 13
    def lines
      @lines ||= LineRange.new(self, 0, -1)
    end