class Tapioca::Gem::Pipeline

def push_foreign_scope(symbol, constant, node)

: (String symbol, Module constant, RBI::Scope node) -> void
def push_foreign_scope(symbol, constant, node)
  @events << Gem::ForeignScopeNodeAdded.new(symbol, constant, node)
end