class Tapioca::Gem::Pipeline

def push_constant(symbol, constant)

: (String symbol, BasicObject constant) -> void
@without_runtime
def push_constant(symbol, constant)
  @events << Gem::ConstantFound.new(symbol, constant)
end