Class: Dir
- Inherits:
-
Object
- Object
- Dir
- Defined in:
- lib/nswtopo/helpers/dir.rb
Class Method Summary collapse
Class Method Details
.mktmppath ⇒ Object
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 |