# File lib/rubygems.rb, line 500 def self.read_binary(path) File.open path, binary_mode do |f| f.read end end