[Parsetree] error when requiring parse_tree
Ryan Davis
ryand-ruby at zenspider.com
Tue Sep 27 02:02:29 PDT 2005
On Sep 25, 2005, at 10:41 PM, Jonathan Fischoff wrote:
> def self.rootdir
> env = ENV['INLINEDIR'] || ENV['HOME']
> unless defined? @@rootdir and env == @@rootdir and
> test ?d, @@rootdir then
> rootdir = ENV['INLINEDIR'] || ENV['HOME']
> -->> Dir.mkdir rootdir, 0700 unless test ?d, rootdir
> Dir.assert_secure rootdir
> @@rootdir = rootdir
> end
I don't run windows, but you'll have to define either INLINEDIR or
HOME as an environment variable.
Where to do that is another question entirely...
More information about the Parsetree
mailing list