# File lib/rbg.rb, line 363
    def say(msg)
      msg = "      #{msg}" if ENV['PROCMAN_ENABLED']
      puts msg
    end