Project

General

Profile

« Previous | Next » 

Revision b6d6b896

Added by jeremyevans (Jeremy Evans) over 5 years ago

Allow refining a frozen class

Doing so modifies the class's method table, but not in a way that should
be detectable from Ruby, so it may be safe to avoid checking if the
class is frozen.

Fixes [Bug #11669]