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
20 21 22 |
# File 'lib/ccios/file_creator.rb', line 20 def project_name_from_path File.basename(@path, File.extname(@path)) end |