Flowdock
method

remote=

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: InstallerSet
remote=(remote) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/resolver/installer_set.rb, line 126
  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
Register or log in to add new notes.