Method: Textbringer::Buffer#mark
- Defined in:
- lib/textbringer/buffer.rb
#mark ⇒ Object
822 823 824 825 826 827 |
# File 'lib/textbringer/buffer.rb', line 822 def mark if @mark.nil? raise EditorError, "The mark is not set" end @mark.location end |