# File lib/bson/byte_buffer.rb, line 193
    def more?
      @cursor < @str.size
    end