summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-18 16:28:40 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-18 16:28:40 +0000
commit79a80729109338abe66a4448916e650c4bfbcc9b (patch)
tree75fa1da685a76f8793f3d0b1646d5489fa88d095 /lib
parente1461461ccfc66d37bbc4823d44bb9e2b7d879ae (diff)
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/irb/frame.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/frame.rb b/lib/irb/frame.rb
index a2d7de3778..dcfa5c1d13 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