Method: Textbringer::InsertAction#undo

Defined in:
lib/textbringer/buffer.rb

#undoObject



1768
1769
1770
1771
# File 'lib/textbringer/buffer.rb', line 1768

def undo
  @buffer.goto_char(@location)
  @buffer.delete_region(@location, @location + @string.bytesize)
end