Class: Redcar::Top::RedoCommand
- Inherits:
-
EditTabCommand
- Object
- Command
- Redcar::TabCommand
- EditTabCommand
- Redcar::Top::RedoCommand
- Defined in:
- plugins/redcar/redcar.rb
Constant Summary
Constants included from Observable
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary (collapse)
Methods inherited from EditTabCommand
Methods inherited from Command
active_changed, #environment, inherited, #inspect, norecord, record?, #run
Methods included from Sensitive
#active?, #sensitivities, #sensitivity_names, #sensitize
Methods included from Observable
#add_listener, #notify_listeners, #remove_listener
Instance Method Details
- (Object) execute
149 150 151 |
# File 'plugins/redcar/redcar.rb', line 149 def execute tab.edit_view.redo end |