# File lib/bson/grow.rb, line 142
    def array!(key) # Append array element unfinished
      b_do!(key, BSON::BSON_RUBY::ARRAY)
    end