Class: Clif
- Inherits:
-
Object
- Object
- Clif
- Includes:
- Helper
- Defined in:
- lib/clif.rb,
lib/clif/helper.rb,
lib/clif/questioner.rb
Defined Under Namespace
Modules: Helper Classes: Questioner
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Clif
constructor
A new instance of Clif.
Methods included from Helper
#ask, #explain, #no?, #perform_action, #pretend?, #quiet?, #say, #yes?
Constructor Details
#initialize(options = {}) ⇒ Clif
Returns a new instance of Clif.
6 7 8 |
# File 'lib/clif.rb', line 6 def initialize( = {}) @options = end |