Flowdock
method

paths=

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: Gem
paths=(env) public

No documentation

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

Hide source
# File lib/rubygems.rb, line 395
  def self.paths=(env)
    clear_paths
    @paths = Gem::PathSupport.new env
    Gem::Specification.dirs = @paths.path # FIX: home is at end
  end
Register or log in to add new notes.