Hi, I'm a Java developer who is checking out Ruby on Rails. I'm wondering how Ruby developers go about browsing Ruby source code? In my favorite Java IDE, whenever I'm reading some source code and it calls a method that I don't understand, I type "Control-B" to jump to the method's source code. I haven't found a convenient way to do this for Ruby code so far.