Method: Textbringer::UndoableAction#initialize

Defined in:
lib/textbringer/buffer.rb

#initialize(buffer, location) ⇒ UndoableAction

Returns a new instance of UndoableAction.



1754
1755
1756
1757
1758
# File 'lib/textbringer/buffer.rb', line 1754

def initialize(buffer, location)
  @version = nil
  @buffer = buffer
  @location = location
end