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