From b5bfebe4203257227713d08897529a60a6ef4347 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 1 Nov 2005 13:45:00 +0000 Subject: * eval.c (rb_call_super): should call method_missing if super is called from Kernel method. * eval.c (exec_under): frame during eval should preserve external information. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/parsers/parse_rb.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/rdoc/parsers/parse_rb.rb b/lib/rdoc/parsers/parse_rb.rb index fd95b2b7c..6ef376610 100644 --- a/lib/rdoc/parsers/parse_rb.rb +++ b/lib/rdoc/parsers/parse_rb.rb @@ -436,6 +436,7 @@ class RubyLex def_exception(:SyntaxError, "%s") include RubyToken + include IRB attr_reader :continue attr_reader :lex_state -- cgit