Method: Textbringer::InsertAction#undo

Defined in:
lib/textbringer/buffer.rb

#undoObject



1606
1607
1608
1609
# File 'lib/textbringer/buffer.rb', line 1606

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