class TargetIO::TrainCompat::IO

Public Class Methods

read(path) click to toggle source
# File lib/chef/target_io/train/io.rb, line 7
def read(path)
  TargetIO::File.read(path)
end