Class: Space::App::Command::Unscope

Inherits:
Space::App::Command show all
Defined in:
lib/space/app/command/builtin.rb

Instance Attribute Summary

Attributes inherited from Space::App::Command

#args, #project, #scope

Instance Method Summary collapse

Methods inherited from Space::App::Command

#initialize

Constructor Details

This class inherits a constructor from Space::App::Command

Instance Method Details

#runObject



36
37
38
# File 'lib/space/app/command/builtin.rb', line 36

def run
  project.repos.scope = nil
end