Module: Cont
- Defined in:
- lib/cont.rb,
lib/cont/version.rb
Constant Summary collapse
- VERSION =
'0.1.1'.freeze
Class Method Summary collapse
Class Method Details
.reset(&block) ⇒ Object
25 26 27 |
# File 'lib/cont.rb', line 25 def self.reset(&block) SinglePrompt.reset(&block) end |
.shift(&block) ⇒ Object
28 29 30 |
# File 'lib/cont.rb', line 28 def self.shift(&block) SinglePrompt.shift(&block) end |