| Path: | lib/webby/stelan/mktemp.rb |
| Last Update: | Thu Feb 19 15:59:13 -0700 2009 |
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.