Class: FortuneTeller::Reveal

Inherits:
Panel
  • Object
show all
Defined in:
lib/fortune_teller/reveal.rb

Instance Attribute Summary

Attributes inherited from Panel

#label, #reveal, #ui

Instance Method Summary collapse

Methods inherited from Panel

#initialize, #pick, #present?

Constructor Details

This class inherits a constructor from FortuneTeller::Panel

Instance Method Details

#chooseObject



3
4
5
# File 'lib/fortune_teller/reveal.rb', line 3

def choose
  ui.exit( self.to_s )
end