# File lib/yard/core_ext/file.rb, line 62 def self.read_binary(file) File.open(file, 'rb') {|f| f.read } end