# File lib/facter/util/config.rb, line 24 def self.windows_data_dir if Dir.const_defined? 'COMMON_APPDATA' then Dir::COMMON_APPDATA else nil end end