From: Ryan Leavengood Date: 2005-10-22T04:49:05+09:00 Subject: Re: Module question - should be simple, but can't figure it out... On 10/21/05, David A. Black wrote: > > Or: > > Dummy.try_me > > (I admit I prefer the consistent use of '.' for all method calls, > regardless of what the receiver is.) Me too, I was just mimicking the OP's code (with the exclusion of the CamelCase method name, as noted.) The double colon is much harder to type than the period. Ryan