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