T
Trans
Is there a built in way to find out what file a class or module is
*initially* defined in? I could do something like:
class AClass
FILE = __FILE__
...
end
But I don't really want to have to hand insert that in every case.
T.
*initially* defined in? I could do something like:
class AClass
FILE = __FILE__
...
end
But I don't really want to have to hand insert that in every case.
T.