class Tapioca::Gem::ForeignConstantFound

def constant

def constant
  T.cast(@constant, Module)
end

def initialize(symbol, constant)

def initialize(symbol, constant)
  super
end