Method: Bundler::Source#path?
- Defined in:
- lib/bundler/source.rb
permalink #path? ⇒ Boolean
77 78 79 |
# File 'lib/bundler/source.rb', line 77 def path? instance_of?(Bundler::Source::Path) end |
77 78 79 |
# File 'lib/bundler/source.rb', line 77 def path? instance_of?(Bundler::Source::Path) end |