Class: Expo2::Recurser

Inherits:
SubExpo
  • Object
show all
Defined in:
lib/expo2.rb

Instance Attribute Summary

Attributes inherited from SubExpo

#block, #key, #presenter, #sub_expo

Instance Method Summary collapse

Methods inherited from SubExpo

#go

Constructor Details

#initialize(presenter, key, recurser) ⇒ Recurser

Returns a new instance of Recurser.



96
97
98
# File 'lib/expo2.rb', line 96

def initialize(presenter, key, recurser)
  super(presenter, key, recurser)
end

Instance Method Details

#inspectObject



99
100
101
# File 'lib/expo2.rb', line 99

def inspect
  "<Expo2::Recurser>"
end