Method: Textbringer::CompositeAction#undo

Defined in:
lib/textbringer/buffer.rb

#undoObject



1651
1652
1653
1654
1655
# File 'lib/textbringer/buffer.rb', line 1651

def undo
  @actions.reverse_each do |action|
    action.undo
  end
end