method
remote=
v2_4_6 -
Show latest stable
- Class:
Gem::Resolver::InstallerSet
remote=(remote)public
No documentation available.
# File lib/rubygems/resolver/installer_set.rb, line 217
def remote= remote # :nodoc:
case @domain
when :local then
@domain = :both if remote
when :remote then
@domain = nil unless remote
when :both then
@domain = :local unless remote
end
end