Class: Tapioca::Gem::SymbolFound
- Extended by:
- T::Sig
- Defined in:
- lib/tapioca/gem/events.rb
Instance Attribute Summary collapse
-
#symbol ⇒ Object
readonly
Returns the value of attribute symbol.
Instance Method Summary collapse
-
#initialize(symbol) ⇒ SymbolFound
constructor
A new instance of SymbolFound.
Constructor Details
#initialize(symbol) ⇒ SymbolFound
Returns a new instance of SymbolFound.
20 21 22 23 |
# File 'lib/tapioca/gem/events.rb', line 20 def initialize(symbol) super() @symbol = symbol end |
Instance Attribute Details
#symbol ⇒ Object (readonly)
Returns the value of attribute symbol.
17 18 19 |
# File 'lib/tapioca/gem/events.rb', line 17 def symbol @symbol end |