Class: Xcodeproj::Project
- Inherits:
-
Object
- Object
- Xcodeproj::Project
- Defined in:
- lib/ccios/file_creator.rb
Instance Method Summary collapse
Instance Method Details
#project_name_from_path ⇒ Object
8 9 10 |
# File 'lib/ccios/file_creator.rb', line 8 def project_name_from_path File.basename(@path, File.extname(@path)) end |