Method: Textbringer::Buffer#pop_to_mark

Defined in:
lib/textbringer/buffer.rb

#pop_to_markObject



926
927
928
929
# File 'lib/textbringer/buffer.rb', line 926

def pop_to_mark
  goto_char(mark)
  pop_mark
end