Sorry if this has been asked before. Is it possible to determine the name of a function inside that function? For example,
function blah(x) my_name = ... # should evaluate to "blah" or :blah end I didn't see that in the introspection section of the documentation. Thanks!
