class Puppet::FileSystem::File18

Public Instance Methods

binread(path) click to toggle source
# File lib/puppet/file_system/file18.rb, line 2
def binread(path)
  ::File.open(path, 'rb') { |f| f.read }
end