Class: FortuneTeller::Reveal
- Defined in:
- lib/fortune_teller/reveal.rb
Instance Attribute Summary
Attributes inherited from Panel
Instance Method Summary collapse
Methods inherited from Panel
Constructor Details
This class inherits a constructor from FortuneTeller::Panel
Instance Method Details
#choose ⇒ Object
3 4 5 |
# File 'lib/fortune_teller/reveal.rb', line 3 def choose ui.exit( self.to_s ) end |