method

gem_paths

ruby latest stable - Class: Gem::Commands::WhichCommand

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

gem_paths(spec)
public

No documentation available.

# File lib/rubygems/commands/which_command.rb, line 73
  def gem_paths(spec)
    spec.require_paths.collect { |d| File.join spec.full_gem_path, d }
  end