From: Joseph Divelbiss Date: 2006-01-01T03:58:08+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 am sure that the more experienced coders will speak up soon, but until then Ill do my best. The self. is implied when you call the method.. just as self.puts or self.gets are often written puts or gets respectively.. Hope that makes sense. -- Posted via http://www.ruby-forum.com/.