Method: Vedeu::Input::Key#output

Defined in:
lib/vedeu/input/key.rb

#output|Symbol Also known as: action, press

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.

Pressing the key will call the procedure.

Returns:

  • (|Symbol)


35
36
37
# File 'lib/vedeu/input/key.rb', line 35

def output
  @output.call
end