Method: Bundler::Source#path?

Defined in:
lib/bundler/source.rb

#path?Boolean

Returns:

  • (Boolean)
[View source]

77
78
79
# File 'lib/bundler/source.rb', line 77

def path?
  instance_of?(Bundler::Source::Path)
end