Method: Textbringer::DeleteAction#undo

Defined in:
lib/textbringer/buffer.rb

#undoObject



1794
1795
1796
1797
1798
# File 'lib/textbringer/buffer.rb', line 1794

def undo
  @buffer.goto_char(@insert_location)
  @buffer.insert(@string)
  @buffer.goto_char(@location)
end