summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-01 13:45:00 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-01 13:45:00 +0000
commit90509da4251f84a3a975e764e16a78d8b7c96753 (patch)
tree1253b75aef5bff18d27cf619508bfe5068ff0fcc /lib
parentcdcfcef20f55642d07afc575fa9b6192123e3e7b (diff)
* 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rdoc/parsers/parse_rb.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rdoc/parsers/parse_rb.rb b/lib/rdoc/parsers/parse_rb.rb
index fd95b2b7c8..6ef3766107 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