# File lib/facter/util/file_read.rb, line 32 def self.read_binary(path) File.open(path, "rb") { |contents| contents.read } end