diagnoser.rb

Path: lib/spork/diagnoser.rb
Last Update: Thu Nov 04 16:31:21 +0000 2010

The Diagnoser hooks into load and require and keeps track of when files are required / loaded, and who loaded them. It‘s used when you run spork —diagnose

Example

 Spork::Diagnoser.install_hook!('/path/env.rb', '/path')
 require '/path/to/env.rb'
 Spork::Diagnoser.output_results(STDOUT)

[Validate]