Jeff Cohen‘s blog post Ruby 101: Naming Conventions does a nice job of covering conventions associated with the Ruby programming language. I like how he specifically writes to Java developers and .NET ...
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 ...
This article is excerpted from Ajax on Rails, copyright 2007 O’Reilly Media Inc., all rights reserved. Used with permission from O’Reilly Media Inc. Doing vanilla ...