class Tapioca::Gem::Pipeline

def push_foreign_scope(symbol, constant, node)

def push_foreign_scope(symbol, constant, node)
  @events << Gem::ForeignScopeNodeAdded.new(symbol, constant, node)
end