From 3c3abf8d9e4d3069a1388f811002bdb343d5e3c6 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 18 Sep 2000 16:28:40 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/irb/frame.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/irb/frame.rb b/lib/irb/frame.rb index a2d7de377..dcfa5c1d1 100644 --- a/lib/irb/frame.rb +++ b/lib/irb/frame.rb @@ -60,7 +60,7 @@ module IRB end @backtrace = Frame.new - set_trace_func proc{|event, file, line, id, binding| + set_trace_func proc{|event, file, line, id, binding, klass| @backtrace.trace_func(event, file, line, id, binding) } end -- cgit