Method: GtkApp::TextBuffer#redo_stack

Defined in:
lib/gtk_app/text_buffer.rb

#redo_stackArray (readonly)

!@attribute [r] redo_stack Collection of actions undone

Returns:

  • (Array)


19
20
21
# File 'lib/gtk_app/text_buffer.rb', line 19

def redo_stack
  @redo_stack
end