Sha256: 2446cfdbaa0df6317ad500ab35777f58be5b5daba40405274247decedd674f70

Contents?: true

Size: 148 Bytes

Versions: 22

Compression:

Stored size: 148 Bytes

Contents

module TmpFile
  def self.with_path(*args, &block)
    TmpFile.with_file(*args) do |file|
      Path.setup(file)
      yield file
    end
  end
end

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
scout-gear-5.2.0 lib/scout/path/tmpfile.rb
scout-gear-5.1.1 lib/scout/path/tmpfile.rb