This article is excerpted from Rails for Java Developers, by Stuart Halloway and Justin Gehtland, with permission of The Pragmatic Programmers. All rights reserved ...
I did another pass on compiler2, and managed to wire in signature support. So let’s look at a couple examples: class MyRubyClass def helloWorld puts "Hello from Ruby" end def goodbyeWorld(a) puts a ...