Method: Textbringer::Buffer#mark
- Defined in:
- lib/textbringer/buffer.rb
#mark ⇒ Object
864 865 866 867 868 869 |
# File 'lib/textbringer/buffer.rb', line 864 def mark if @mark.nil? raise EditorError, "The mark is not set" end @mark.location end |