public
Description: A Ruby library for finding memory leaks
Homepage: http://blog.evanweaver.com/files/doc/fauna/bleak_house/
Clone URL: git://github.com/fauna/bleak_house.git
bleak_house / lib / bleak_house.rb
100644 8 lines (5 sloc) 0.161 kb
1
2
3
4
5
6
7
8
unless RUBY_PATCHLEVEL >= 904
  raise "This build of Ruby has not been successfully patched for BleakHouse."
end
 
require 'snapshot'
require 'bleak_house/hook'