Class: File

Inherits:
Object show all
Defined in:
lib/fdlint/support/core/file.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



3
4
5
# File 'lib/fdlint/support/core/file.rb', line 3

def name
  File.basename( path )
end