Sha256: 31e7e5976c9bb3454205521240d509e561ea39fb07fd8d1ab8bc02c6ee3f2893
Contents?: true
Size: 271 Bytes
Versions: 26
Compression:
Stored size: 271 Bytes
Contents
module Pod module ErrorUtil class << self def error_report(command, output) UI.puts "<<-EOF Build command failed: #{command} Output: #{output.map { |line| " #{line}" }.join} EOF" end end end end
Version data entries
26 entries across 26 versions & 3 rubygems