Bugs: Browse | Submit New | Admin
class C def to_ary [1,2] end end x = C.new a,b = *x p a,b
Add A Comment: