What is Ruby's analog to Python Metaclasses?
Python has the idea of metaclasses that, if I understand correctly, allow you to modify an object of a class at the moment of construction. You are not modifying the class, but instead the object that
问答
阅读(1)