# File lib/rubygems.rb, line 393 def self.binary_mode @binary_mode ||= RUBY_VERSION > '1.9' ? 'rb:ascii-8bit' : 'rb' end