a = A.newb = *a #=> [:foo, :bar, :baz]
(Enumerable defines a to_a, and * works with anything that has to_adefined).
martin