lib/vedeu/input/editor/editor.rb in vedeu-0.6.6 vs lib/vedeu/input/editor/editor.rb in vedeu-0.6.7

- old
+ new

@@ -25,10 +25,10 @@ # Send given input to the named document. # # @param name [String] # @param input [String|Symbol] - # @return [void] + # @return [String|Symbol] def self.keypress(input:, name:) new(input: input, name: name).keypress end # Returns a new instance of Vedeu::Editor::Editor.