From: Jim Date: 2006-01-01T04:07:56+09:00 Subject: Re: What's the difference in calling method vs self.method? Jim wrote: > Here's some example code. In method_b, what is the difference in > calling method_a and self.method_a? I just had a thought that it may very well make a difference in the case of a conflict method names. For example if you had (puposely or not) created 2 method_a's in the same scope. Make sense?