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.



22
23
24
25
# File 'lib/tapioca/gem/events.rb', line 22

def initialize(symbol)
  super()
  @symbol = symbol
end

Instance Attribute Details

#symbolObject (readonly)

Returns the value of attribute symbol.



19
20
21
# File 'lib/tapioca/gem/events.rb', line 19

def symbol
  @symbol
end