Top Level Namespace
Defined Under Namespace
Modules: BugFix, Console, Enumerable, IOExtras, Kernel, Pik, URI, Which, Zip, Zlib Classes: BatchFile, File, Hash, Module, Object, Pathname, Reg, SearchPath, String, Time, User, WindowsEnv, ZipList
Constant Summary collapse
- PIK_HOME =
Pathname.new( ENV['HOME'] || ENV['USERPROFILE'] ) + '.pik'
- PIK_BATCH =
pik_exe.dirname + "#{pik_exe.basename}.bat"
- Tempfile =
BugFix::Tempfile