mktemp.rb

Path: lib/webby/stelan/mktemp.rb
Last Update: Sat Dec 04 17:04:47 +0000 2010

Ideally, one would do this in their code to import the "mktemp" call directly into their current namespace:

    require 'mktemp'
    include MkTemp
    # do something with mktemp()

It is recommended that you look at the documentation for the mktemp() call directly for specific usage.

[Validate]