rm155

Results 2 issues of rm155

By freezing constants and using a shareable Proc with define_method, pstore becomes more Ractor-compliant.

This change lets Delegate avoid using shared data, and it makes sure that methods are defined using shareable Procs. In this way, Delegate's ability to be used within Ractors is...