Module: RakeFactory::Actions::ClassMethods
- Defined in:
- lib/rake_factory/actions.rb
Instance Method Summary collapse
Instance Method Details
#action(&action_block) ⇒ Object
20 21 22 |
# File 'lib/rake_factory/actions.rb', line 20 def action(&action_block) actions << action_block end |
#actions ⇒ Object
16 17 18 |
# File 'lib/rake_factory/actions.rb', line 16 def actions @actions ||= [] end |