Class: PBXProject::CLI
- Inherits:
-
Thor
- Object
- Thor
- PBXProject::CLI
- Defined in:
- lib/pbxproject/cli.rb
Instance Method Summary collapse
Instance Method Details
#parse ⇒ Object
15 16 17 18 19 20 |
# File 'lib/pbxproject/cli.rb', line 15 def parse pbx = PBXProject.new :file => [:input] pbx.parse puts pbx.to_pbx end |