Hi, At Tue, 24 Feb 2004 09:51:19 +0900, David A. Black wrote in [ruby-talk:93516]: > You can get at least a good rough idea from the source. From > /usr/local/lib/ruby/1.8: > > $ ruby -ne 'print if /\b[a-z]+[A-Z]/.match($_)' `find -name "*.rb"` | wc -l > 862 They all aren't method names; regexps, string literals, local variables, or comments. -- Nobu Nakada