Comment by Mladen Jablanović on How can I run a Ruby functions backwards? →
Functions are not the same thing as methods. Ruby deals with methods, and methods always belong to some object. So I think you should rethink what you really want to invoke, and, most importantly, on…