Method: Xcode::Project#initialize
- Defined in:
- lib/xcode/project.rb
#initialize(path) ⇒ Project
Returns a new instance of Project.
11 12 13 |
# File 'lib/xcode/project.rb', line 11 def initialize(path) @path = Pathname(path) end |
Returns a new instance of Project.
11 12 13 |
# File 'lib/xcode/project.rb', line 11 def initialize(path) @path = Pathname(path) end |