Method: Vedeu::Editor::Cursor#down

Defined in:
lib/vedeu/editor/cursor.rb

#downVedeu::Editor::Cursor

Move the virtual cursor down by one line.



67
68
69
70
71
# File 'lib/vedeu/editor/cursor.rb', line 67

def down
  @y += 1

  self
end