In Java there is a \"this\" function that points to its method. Is there an equivalent in Ruby? For instance, is there:
def method this.method end <
def method this.method end
You can call self.whatever on the class you are in, is that what you are looking for?