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.
10 |
# File 'lib/vedeu/support/input.rb', line 10 def initialize; end |
Class Method Details
.capture ⇒ Object
6 7 8 |
# File 'lib/vedeu/support/input.rb', line 6 def self.capture new.capture end |
Instance Method Details
#capture ⇒ Object
12 13 14 |
# File 'lib/vedeu/support/input.rb', line 12 def capture Vedeu.trigger(:_keypress_, keypress) end |