Method: FluentCommandBuilder::XCodeBuild::V43#xcodebuild

Defined in:
lib/fluent_command_builder/command_builders/xcodebuild_43.rb

#xcodebuild {|b| ... } ⇒ Object

Yields:

  • (b)


17
18
19
20
21
22
# File 'lib/fluent_command_builder/command_builders/xcodebuild_43.rb', line 17

def xcodebuild
  b = UnderlyingBuilder.new @@config
  c = XCodeBuild.new(b)
  yield b if block_given?
  c
end