Method: Vedeu::Distributed::Server#input
- Defined in:
- lib/vedeu/distributed/server.rb
#input(data, type = :keypress) ⇒ void Also known as: read
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method returns an undefined value.
77 78 79 |
# File 'lib/vedeu/distributed/server.rb', line 77 def input(data, type = :keypress) Vedeu.trigger(:_drb_input_, data, type) end |