Class: Vedeu::Input
- Inherits:
-
Object
- Object
- Vedeu::Input
- Defined in:
- lib/vedeu/support/input.rb
Class Method Summary collapse
Instance Method Summary collapse
- #capture ⇒ Object
-
#initialize ⇒ Input
constructor
A new instance of Input.
Constructor Details
#initialize ⇒ Input
Returns a new instance of Input.
7 |
# File 'lib/vedeu/support/input.rb', line 7 def initialize; end |
Class Method Details
.capture ⇒ Object
3 4 5 |
# File 'lib/vedeu/support/input.rb', line 3 def self.capture new.capture end |