Hi -- On Tue, 24 Feb 2004 nobu.nokada / softhome.net wrote: > 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. Like I said: rough :-) Hopefully the irrelevant ones occur in about the same proportions in both samples. The main thing was the ratio of camelCase-ish to underscore-ish words (about 1:24). David -- David A. Black dblack / wobblini.net