Method: Operation::Rewind#undo
- Defined in:
- lib/flow/operation/rewind.rb
#undo ⇒ Object
21 22 23 |
# File 'lib/flow/operation/rewind.rb', line 21 def undo # abstract method which should be defined by descendants to undo the functionality of the `#behavior` method end |