lib/vedeu/distributed/server.rb in vedeu-0.6.7 vs lib/vedeu/distributed/server.rb in vedeu-0.6.8
- old
+ new
@@ -60,12 +60,13 @@
alias_method :drb_stop, :stop
end # Eigenclass
# @param data [String|Symbol] The input to send to Vedeu.
- # @param type [Symbol] Either :command or :keypress. Will trigger the
- # respective capture mode within {Vedeu::Input}, or if not given, will
- # treat the data as a keypress.
+ # @param type [Symbol] Either :command or :keypress. Will
+ # trigger the respective capture mode within
+ # {Vedeu::Input::Input}, or if not given, will treat the data
+ # as a keypress.
# @return [void]
def input(data, type = :keypress)
Vedeu.trigger(:_drb_input_, data, type)
end
alias_method :read, :input