Class: Space::Action::Remote

Inherits:
Space::Action show all
Defined in:
lib/space/action/development.rb

Instance Attribute Summary

Attributes inherited from Space::Action

#args, #project, #scope

Instance Method Summary collapse

Methods inherited from Space::Action

#initialize

Constructor Details

This class inherits a constructor from Space::Action

Instance Method Details

#runObject



13
14
15
16
17
18
# File 'lib/space/action/development.rb', line 13

def run
  scope.each do |repo|
    system "bundle config --delete local.#{repo.name}"
  end
  confirm
end