# File lib/cimi/model/schema.rb, line 257
    def array(name, opts={}, &block)
      add_attributes!([name, opts], Array, &block)
    end