# File lib/bson/bson_ruby.rb, line 310
    def deserialize_boolean_data(buf)
      buf.get == 1
    end