Ruby中有没有一种方法可以在方法内部找到调用方法的名称?
例如:
class Test
def self.foo
Fooz.bar
end
class Fooz
def self.bar
# get Test.foo or foo
饮歌长啸
繁星coding
阿晨1998
相关分类