1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/devel/ruby-rbprof/files/patch-aspects::profiler::lib::rbprof.rb
Edwin Groothuis 06956c696b New port: devel/ruby-rbprof
New port: rbprof.  A faster more flexible profiler for Ruby.

PR:		ports/36913
Submitted by:	Sean Chittenden <sean@chittenden.org>
2003-10-04 01:07:14 +00:00

10 lines
297 B
Ruby

--- aspects/profiler/lib/rbprof.rb.orig Tue Jan 29 07:45:45 2002
+++ aspects/profiler/lib/rbprof.rb Fri Oct 3 18:02:23 2003
@@ -1,5 +1,5 @@
require 'aspectr'
-require 'trap_method_definitions'
+require 'rbprof/trap_method_definitions'
class Profiler < AspectR::Aspect
def initialize