Flowdock
method

gem_paths

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: WhichCommand
gem_paths(spec) public

No documentation

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

Hide source
# 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
Register or log in to add new notes.