55 56 57 58
# File 'lib/current_gem.rb', line 55 def path_for(arg) spec = find(arg) if can_symlink? current_path_for(spec) if spec end