Method: Shenzhen::XcodeBuild::Settings#initialize
- Defined in:
- lib/shenzhen/xcodebuild.rb
#initialize(hash = {}) ⇒ Settings
Returns a new instance of Settings.
8 9 10 11 |
# File 'lib/shenzhen/xcodebuild.rb', line 8 def initialize(hash = {}) super self.targets = hash.keys end |