Class: Xcodeproj::Project

Inherits:
Object
  • Object
show all
Defined in:
lib/ccios/file_creator.rb

Instance Method Summary collapse

Instance Method Details

#project_name_from_pathObject



8
9
10
# File 'lib/ccios/file_creator.rb', line 8

def project_name_from_path
  File.basename(@path, File.extname(@path))
end