Any way to determine which object called a method? [Ruby]
- by Joe
I'm hoping that Ruby's message-passing infrastructure means there's some clever trick for this...
How do I determine the calling object -- which object called the method I'm currently in?