Path: | lib/webby/stelan/mktemp.rb |
Last Update: | Wed Apr 10 22:41:56 +0000 2013 |
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.