method
gem_paths
v1_9_3_125 -
Show latest stable
- Class:
Gem::Commands::WhichCommand
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