Libraries
»
bundler
(4.0.4)
»
Index
»
Bundler
»
Source
»
Path
»
#name
Method: Bundler::Source::Path#name
Defined in:
lib/bundler/source/path.rb
#
name
⇒
Object
72 73 74
# File 'lib/bundler/source/path.rb', line 72
def
name
File
.
basename
(
expanded_path
.
to_s
)
end