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