Guest User

Untitled

a guest
Jun 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class EditView
  2. def highlight(offset, length, colour)
  3. end
  4.  
  5. def clear_all_highlights
  6. end
  7.  
  8. def clear_highlights_on_line(line_num)
  9. end
  10. end
Add Comment
Please, Sign In to add comment