remote=(remote)
Sets the remote network access for all composed sets.
# File lib/rubygems/resolver/composed_set.rb, line 40 def remote=(remote) super @sets.each { |set| set.remote = remote } end