Class: Tapioca::Gem::ScopeNodeAdded
- Extended by:
- T::Sig
- Defined in:
- lib/tapioca/gem/events.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#node ⇒ Object
readonly
: RBI::Scope.
Attributes inherited from NodeAdded
Instance Method Summary collapse
-
#initialize(symbol, constant, node) ⇒ ScopeNodeAdded
constructor
: (String symbol, Module constant, RBI::Scope node) -> void.
Constructor Details
#initialize(symbol, constant, node) ⇒ ScopeNodeAdded
: (String symbol, Module constant, RBI::Scope node) -> void
96 97 98 99 |
# File 'lib/tapioca/gem/events.rb', line 96 def initialize(symbol, constant, node) super(symbol, constant) @node = node end |
Instance Attribute Details
#node ⇒ Object (readonly)
: RBI::Scope
93 94 95 |
# File 'lib/tapioca/gem/events.rb', line 93 def node @node end |