Method: Textbringer::Buffer#pop_to_mark

Defined in:
lib/textbringer/buffer.rb

#pop_to_markObject



893
894
895
896
# File 'lib/textbringer/buffer.rb', line 893

def pop_to_mark
  goto_char(mark)
  pop_mark
end