Class: Tapioca::Gem::SymbolFound
- Extended by:
- T::Sig
- Defined in:
- lib/tapioca/gem/events.rb
Instance Attribute Summary collapse
-
#symbol ⇒ Object
readonly
: String.
Instance Method Summary collapse
-
#initialize(symbol) ⇒ SymbolFound
constructor
: (String symbol) -> void.
Constructor Details
#initialize(symbol) ⇒ SymbolFound
: (String symbol) -> void
18 19 20 21 |
# File 'lib/tapioca/gem/events.rb', line 18 def initialize(symbol) super() @symbol = symbol end |
Instance Attribute Details
#symbol ⇒ Object (readonly)
: String
15 16 17 |
# File 'lib/tapioca/gem/events.rb', line 15 def symbol @symbol end |