Method: FluentCommandBuilder::XCodeBuild::V44::BuildProject#verbose
- Defined in:
- lib/fluent_command_builder/command_builders/xcodebuild_44.rb
#verbose {|@b| ... } ⇒ Object
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 |