lib/backtracer.rb in backtracer-0.6.3 vs lib/backtracer.rb in backtracer-0.6.5

- old
+ new

@@ -1,5 +1,6 @@ # this one display full BT with code, at the end [no performance loss] + require 'rbconfig' DOZE = Config::CONFIG['host_os'] =~ /mswin|mingw/ require File.dirname(__FILE__) + "/shared"