开发者

sender class in ruby?

开发者 https://www.devze.com 2023-01-23 16:41 出处:网络
Anyone开发者_如何学Go know how to get the sender class/module in ruby? caller[0] is helpful to derive the filename and linenumber sending.

Anyone开发者_如何学Go know how to get the sender class/module in ruby?

caller[0] is helpful to derive the filename and linenumber sending.

But knowing the class would be helpful. Can't find it any searches?


This would be impossible. You shouldn't be specialising your behaviour in a method based on the calling class anyway.

Think about it this way - the caller could be an anonymous function (proc) created in one class, then given to another one and invoked from a third place. You wouldn't get anything useful.

Instead, I'd look at what you're trying to achieve here, and think of another way to get there! :)


Check out this gem: https://github.com/asher-/sender

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号