# File lib/bson/bson_ruby.rb, line 49
    def initialize
      @buf = ByteBuffer.new
      @encoder = BSON_RUBY
    end