class Bake::Types::Array

def initialize(item_type)

def initialize(item_type)
	@item_type = item_type
end