Class: Space::Action::Refresh

Inherits:
Space::Action show all
Defined in:
lib/space/action/builtin.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



18
19
20
21
22
23
# File 'lib/space/action/builtin.rb', line 18

def run
  project.bundler.refresh
  in_scope do |repo|
    repo.refresh
  end
end