Puppet::FileSystem::FileImpl
# File lib/puppet/file_system/file18.rb, line 2 def binread(path) ::File.open(path, 'rb') { |f| f.read } end