Fix stack overflow while resolving included module by ConstantTable by pocke · Pull Request #158 · ruby/rbs

Problem When ConstantTable tries to resolve a constant that is defined in the included module, it raises a stack overflow error. require 'ruby/signature' include Ruby::Signature polyfill...