# File lib/puppet/util/log.rb, line 299 299: def initialize 300: # Flush output immediately. 301: $stdout.sync = true 302: end