From: "J. K." Date: 2011-02-22T19:40:40+09:00 Subject: Re: Re-learning the library i use a short program for methods... #### info = String #(or whatever) puts "Methods:" puts info.methods.sort puts puts "Instance Methods:" puts info.instance_methods.sort #### if you don't require anything, this should only give you the ruby methods.... - j -- Posted via http://www.ruby-forum.com/.