Class: RubiGen::Commands::RewindBase

Inherits:
Base show all
Defined in:
lib/rubigen/commands.rb

Overview

Base class for commands which handle generator actions in reverse, such as Destroy.

Direct Known Subclasses

Destroy

Instance Attribute Summary

Attributes inherited from Base

#args, #destination_root, #source_root, #stdout

Attributes included from Options

#options

Instance Method Summary collapse

Methods inherited from Base

#class_collisions, #dependency, #readme, #write_manifest

Methods inherited from Base

#after_generate, #base_name, #destination_path, #initialize, #manifest, #source_path

Methods included from Options

included

Constructor Details

This class inherits a constructor from RubiGen::Base

Instance Method Details

#invoke!Object

Rewind action manifest.



167
168
169
# File 'lib/rubigen/commands.rb', line 167

def invoke!
  manifest.rewind(self)
end