Top Level Namespace
Defined Under Namespace
Modules: BugFix, Console, Enumerable, IOExtras, Kernel, Pik, URI, Which, Zip, Zlib
Classes: File, Hash, Module, Object, Pathname, Reg, SearchPath, String, Time, User, WindowsEnv, ZipList
Constant Summary
collapse
- PIK_HOME =
Pathname.new( ENV['USERPROFILE'] ) + '.pik'
- PIK_SCRIPT =
Pathname.new(ARGV.shift).ruby
- SCRIPT_LANG =
Pik::Scripts[PIK_SCRIPT.extname]
- SCRIPT_FILE =
Pik::BatchFile.new(PIK_HOME + 'pik')
- Tempfile =
BugFix::Tempfile