Method: FluentCommandBuilder::XCodeBuild::V44::BuildProjectScheme#verbose

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

#verbose {|@b| ... } ⇒ Object

Yields:

  • (@b)


214
215
216
217
218
# File 'lib/fluent_command_builder/command_builders/xcodebuild_44.rb', line 214

def verbose
  @b.append ' -verbose'
  yield @b if block_given?
  self
end