class TextEditor::Command::CursorLeft

Public Instance Methods

run(*) click to toggle source
  # File lib/text_editor/command/cursor_left.rb
4 def run(*)
5   window.update(buffer, cursor.left)
6 end