blob: 36d730ad24f54d7503eb49f204297fb6a7c008de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- aspects/profiler/lib/rbprof.rb.orig 2016-06-20 14:57:12 UTC
+++ aspects/profiler/lib/rbprof.rb
@@ -1,5 +1,5 @@
require 'aspectr'
-require 'trap_method_definitions'
+require 'rbprof/trap_method_definitions'
class Profiler < AspectR::Aspect
def initialize
|