关于 ruby 中的 mixin 的很好的概述
我是一名 .NET 开发人员,我想了解有关如何在其他语言中使用 mixin 的更多信息。由于 mixins 在 Ruby 中已经很成熟,我想询问有关如何在 Ruby 中使用 mixins 的好资源。
I am a .NET developer and I want to learn more about how mixins are used in other languages. As mixins are well established in Ruby, I want to ask about good ressources on how mixins can be used in Ruby.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这应该可以帮助您开始:
This should get you started:
Ruby 编程Language 对 mixin 进行了简短而亲切的描述。我相信整本书都提到了更多,但链接的部分将为您提供总体概述。
The Ruby Programming Language has a short and sweet description of mixins. I believe it is mentioned more throughout the book, but the linked section will give you the general overview.