Sha256: 7b135371011e36e76186a08431cb96def732bb5480b149a77afa018b5d50ba57
Contents?: true
Size: 357 Bytes
Versions: 3
Compression:
Stored size: 357 Bytes
Contents
class ReportinatorHelper # Output the shell result to the console. def print_shell_result(shell_result) if !(shell_result.nil?) puts "Done in %.3f seconds." % shell_result[:time] if !(shell_result[:output].nil?) && (shell_result[:output].length > 0) puts shell_result[:output] end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ceedling-0.31.1 | plugins/gcov/lib/reportinator_helper.rb |
ceedling-0.31.0 | plugins/gcov/lib/reportinator_helper.rb |
ceedling-0.30.0 | plugins/gcov/lib/reportinator_helper.rb |