Method: Textbringer::Buffer#mark_to_point

Defined in:
lib/textbringer/buffer.rb

#mark_to_point(mark) ⇒ Object



802
803
804
# File 'lib/textbringer/buffer.rb', line 802

def mark_to_point(mark)
  mark.location = @point
end