Sha256: 85d1c8c1646caf68a590fbe2d58b6f79528bc6a50912271dd16c67a1f27c56e6
Contents?: true
Size: 275 Bytes
Versions: 80
Compression:
Stored size: 275 Bytes
Contents
module Pod module UserInterface module BuildFailedReport class << self def report(command, output) <<-EOF Build command failed: #{command} Output: #{output.map { |line| " #{line}" }.join} EOF end end end end end
Version data entries
80 entries across 80 versions & 22 rubygems