Module: Pod::UserInterface::BuildFailedReport
- Defined in:
- lib/cocoapods-packager/user_interface/build_failed_report.rb
Class Method Summary collapse
Class Method Details
.report(command, output) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/cocoapods-packager/user_interface/build_failed_report.rb', line 5 def report(command, output) <<-EOF Build command failed: #{command} Output: #{output.map { |line| " #{line}" }.join} EOF end |