Module: GemSuit::Application::Actions::ClassMethods
- Defined in:
- lib/gem_suit/application/actions.rb
Instance Method Summary collapse
Instance Method Details
#restore_all ⇒ Object
17 18 19 |
# File 'lib/gem_suit/application/actions.rb', line 17 def restore_all self.new.restore_all true end |
#stash_all ⇒ Object
21 22 23 |
# File 'lib/gem_suit/application/actions.rb', line 21 def stash_all self.new.stash_all end |