read_binary(path)
Reads a binary file at path
# File lib/rubygems/test_case.rb, line 309 def read_binary(path) Gem.read_binary path end