Class: Dir

Inherits:
Object
  • Object
show all
Defined in:
lib/nswtopo/helpers/dir.rb

Class Method Summary collapse

Class Method Details

.mktmppathObject



2
3
4
5
6
# File 'lib/nswtopo/helpers/dir.rb', line 2

def self.mktmppath
  mktmpdir do |path|
    yield Pathname.new(path)
  end
end