Method: Textbringer::UndoableAction#initialize

Defined in:
lib/textbringer/buffer.rb

#initialize(buffer, location) ⇒ UndoableAction

Returns a new instance of UndoableAction.



1788
1789
1790
1791
1792
# File 'lib/textbringer/buffer.rb', line 1788

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