Method: Bundler::Source::Path#name

Defined in:
lib/bundler/source/path.rb

#nameObject



72
73
74
# File 'lib/bundler/source/path.rb', line 72

def name
  File.basename(expanded_path.to_s)
end