class Tapioca::Gem::ConstNodeAdded

def initialize(symbol, constant, node)

def initialize(symbol, constant, node)
  super(symbol, constant)
  @node = node
end