Method: Ruber::EditorView#go_to
- Defined in:
- lib/ruber/editor/editor_view.rb
#go_to(row, col) ⇒ Object
131 132 133 |
# File 'lib/ruber/editor/editor_view.rb', line 131 def go_to row, col @view.set_cursor_position KTextEditor::Cursor.new(row, col) end |