# File lib/neovim/line_range.rb, line 15
    def to_a
      @buffer.get_line_slice(@begin, @end, true, true)
    end