lib/jparallel.rb
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 18 Aug 2008 06:25:08 +0000
branchmahlon-misc
changeset 8 296a03a08be2
parent 0 92d00ff32c56
permissions -rw-r--r--
Branching for experimental work. ie: I know the bsd jail subsystem _real_ well, but using this project as a guinea pig to 'get to know' the ruby C bindings. :)

#!/usr/bin/env ruby



# This is mostly here to appease the build system for now, but will be used
# later as the toplevel namespace for the shell classes.
module Jparallel
	VERSION = '0.0.1'
end