Path: | lib/webby/stelan/mktemp.rb |
Last Update: | Tue Jun 08 07:58:42 +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.