class Textbringer::UndoableAction

Attributes

location[R]
version[RW]

Public Class Methods

new(buffer, location) click to toggle source
# File lib/textbringer/buffer.rb, line 1673
def initialize(buffer, location)
  @version = nil
  @buffer = buffer
  @location = location
end