Method: FluentCommandBuilder::XCodeBuild::V44::BuildProject#verbose

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

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

Yields:

  • (@b)


141
142
143
144
145
# File 'lib/fluent_command_builder/command_builders/xcodebuild_44.rb', line 141

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