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