# File lib/neovim/line_range.rb, line 23
    def each(&block)
      to_a.each(&block)
    end