class Tapioca::Gem::Pipeline

def push_const(symbol, constant, node)

: (String symbol, Module constant, RBI::Const node) -> void
def push_const(symbol, constant, node)
  @events << Gem::ConstNodeAdded.new(symbol, constant, node)
end