Method: Bundler::Definition#spec_git_paths
- Defined in:
- lib/bundler/definition.rb
#spec_git_paths ⇒ Object
350 351 352 |
# File 'lib/bundler/definition.rb', line 350 def spec_git_paths sources.git_sources.filter_map {|s| File.realpath(s.path) if File.exist?(s.path) } end |