is it possible to write a function liike: a=[func1,func2,func3] a.each do |f| f() end or is that just not possible? if it isn't that's not very good for te project i'm trying to hack up.