Module: GemSuit::Application::Actions::ClassMethods

Defined in:
lib/gem_suit/application/actions.rb

Instance Method Summary collapse

Instance Method Details

#restore_allObject



17
18
19
# File 'lib/gem_suit/application/actions.rb', line 17

def restore_all
  self.new.restore_all true
end

#stash_allObject



21
22
23
# File 'lib/gem_suit/application/actions.rb', line 21

def stash_all
  self.new.stash_all
end