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