R
Ralph Shnelvar
How do I get the name of a method?
def xxx
@WhatsMyName = ???
end
What should ??? be? I want it to return "xxx".
def xxx
@WhatsMyName = ???
end
What should ??? be? I want it to return "xxx".