Subject: the name of the method where was created
From: Mario Ruiz <lists@ b f u c >
Date: Tue, 9 Oct 2012 22:14:40 +0900
I want to know in ba the name of the method, is that possible?
def xx()
x="miequis"
return x
end
def yy()
y="miygriega"
return y
end
def ba(par)
#i want to know in here that par is xx, yy....
end
ba(xx)
--
Posted via http://www.ruby-forum.com/.