class Dir

Public Class Methods

mktmppath() { |pathname| ... } click to toggle source
# File lib/nswtopo/helpers/dir.rb, line 2
def self.mktmppath
  mktmpdir do |path|
    yield Pathname.new(path)
  end
end