Method: Textbringer::Buffer#point_compare_mark

Defined in:
lib/textbringer/buffer.rb

#point_compare_mark(mark) ⇒ Object



818
819
820
# File 'lib/textbringer/buffer.rb', line 818

def point_compare_mark(mark)
  @point - mark.location
end