# File lib/bson/types/binary.rb, line 28 def initialize(data=[], subtype=SUBTYPE_SIMPLE) super(data) @subtype = subtype end