Sha256: 30b07d8756fb647eca7e5a01196f3538ca57b396e1c96f33a2740b76e3bbc513
Contents?: true
Size: 349 Bytes
Versions: 29
Compression:
Stored size: 349 Bytes
Contents
class Lono::Sets module TimeSpent include Lono::Utils::PrettyTime def show_time_spent(stack_set_operation) seconds = stack_set_operation.end_timestamp - stack_set_operation.creation_timestamp time_took = pretty_time(seconds).color(:green) puts "Time took to complete stack set operation: #{time_took}" end end end
Version data entries
29 entries across 29 versions & 1 rubygems