Sha256: afde7c4a6399eebc0d53dd9b99aff8c08db56ce49f059703652a5ada7e549be6
Contents?: true
Size: 350 Bytes
Versions: 154
Compression:
Stored size: 350 Bytes
Contents
module Aix::File include Beaker::CommandFactory def tmpfile(name) execute("rndnum=${RANDOM} && touch /tmp/#{name}.${rndnum} && echo /tmp/#{name}.${rndnum}") end def tmpdir(name) execute("rndnum=${RANDOM} && mkdir /tmp/#{name}.${rndnum} && echo /tmp/#{name}.${rndnum}") end def path_split(paths) paths.split(':') end end
Version data entries
154 entries across 154 versions & 1 rubygems