# File lib/facter.rb, line 81 81: def self.show_time(string) 82: puts "#{GREEN}#{string}#{RESET}" if string and Facter.timing? 83: end