Class: Tapioca::Gem::SymbolFound

Inherits:
Event
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/tapioca/gem/events.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#symbolObject (readonly)

Returns the value of attribute symbol.



17
18
19
# File 'lib/tapioca/gem/events.rb', line 17

def symbol
  @symbol
end