# File lib/mixlib/shellout/windows.rb, line 271 def self.pathext @pathext ||= ENV['PATHEXT'] ? ENV['PATHEXT'].split(';') + [''] : [''] end