Fix bug of unexpectedly resolving for an absolute class by pocke · Pull Request #156 · ruby/rbs
Problem Ruby signature resolves unknown type unexpectedly if the type is absolute. That means it has :: prefix. require 'ruby/signature' include Ruby::Signature # Env without signature en...