"Creator" on this page refers to Sun Java Studio Creator.
Monday January 22, 2007
Ruby Screenshot of the Week #2
Here:
Here are some things to notice:
- NetBeans knows you're creating a method definition for a class, so it only
shows method matches that are inherited from the superclass. In this case,
we're inheriting from Integer and there are two method matches that start with "ab" - one from
Numeric and one from Object.
- It shows documentation for the method, based on the rdoc
- It shows where each method is coming from
- It's dealing with moderately broken source
(2007-01-22 14:49:10.0)
Permalink
Posted by stinkyminky on January 22, 2007 at 05:21 PM PST #
Posted by Casper on January 23, 2007 at 12:52 AM PST #
Posted by Tor Norbye on January 23, 2007 at 10:27 AM PST #
Posted by Lailson Bandeira on January 23, 2007 at 05:36 PM PST #
Posted by Nikos D on January 23, 2007 at 06:31 PM PST #
Posted by John Muir on January 28, 2007 at 10:09 AM PST #
Posted by ntschutta.com on January 28, 2007 at 10:47 AM PST #