Class: Tapioca::Gem::ForeignConstantFound
- Inherits:
-
ConstantFound
- Object
- Event
- ConstantFound
- Tapioca::Gem::ForeignConstantFound
- Extended by:
- T::Sig
- Defined in:
- lib/tapioca/gem/events.rb
Instance Attribute Summary
Attributes inherited from ConstantFound
Instance Method Summary collapse
- #constant ⇒ Object
-
#initialize(symbol, constant) ⇒ ForeignConstantFound
constructor
A new instance of ForeignConstantFound.
Constructor Details
#initialize(symbol, constant) ⇒ ForeignConstantFound
Returns a new instance of ForeignConstantFound.
52 53 54 |
# File 'lib/tapioca/gem/events.rb', line 52 def initialize(symbol, constant) super end |