# File lib/rubyrep/proxy_block_cursor.rb, line 46
    def next?
      last_row != nil or cursor.next?
    end