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