an array of all file names, without extensions
47 48 49
# File 'lib/file_obj.rb', line 47 def names @paths.map { |p| File.basename(p, ".*") } end