Given a rake task like this:
begin
require ‘gem/rake/task’
Gem::Rake::Task.new(:doit) do |t|
t.fork = true
end
How would one go about tracing where the value of $LOAD_PATH is
set/changed in the forked interpreter?
Given a rake task like this:
begin
require ‘gem/rake/task’
Gem::Rake::Task.new(:doit) do |t|
t.fork = true
end
How would one go about tracing where the value of $LOAD_PATH is
set/changed in the forked interpreter?
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs