1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core/env/fixtures/common.rb

10 lines
185 B
Ruby
Raw Normal View History

2020-12-27 11:35:32 -05:00
module ENVSpecs
def self.encoding
locale = Encoding.find('locale')
if ruby_version_is '3' and platform_is :windows
locale = Encoding::UTF_8
end
locale
end
end