Method: GtkApp::TextBuffer#redo_stack
- Defined in:
- lib/gtk_app/text_buffer.rb
#redo_stack ⇒ Array (readonly)
!@attribute [r] redo_stack Collection of actions undone
19 20 21 |
# File 'lib/gtk_app/text_buffer.rb', line 19 def redo_stack @redo_stack end |