# File lib/construct/helpers.rb, line 17
17: def create_construct(chdir=true)
18: path = (Pathname(Construct.tmpdir) +
19: "#{CONTAINER_PREFIX}-#{$PROCESS_ID}-#{rand(1_000_000_000)}")
20: path.mkpath
21: path.extend(PathExtensions)
22: path.construct__chdir_default = chdir
23: path
24: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.