From f5a7f85917abed4d64ad908a4837e0db0499c951 Mon Sep 17 00:00:00 2001 From: keiju Date: Sun, 1 Jun 2003 18:43:36 +0000 Subject: context.rb typo, thank rubikichi-san git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/irb/context.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/irb') diff --git a/lib/irb/context.rb b/lib/irb/context.rb index a041a001e4..9022e8138c 100644 --- a/lib/irb/context.rb +++ b/lib/irb/context.rb @@ -40,7 +40,7 @@ module IRB self.math_mode = IRB.conf[:MATH_MODE] if IRB.conf[:MATH_MODE] self.use_tracer = IRB.conf[:USE_TRACER] if IRB.conf[:USE_TRASER] self.use_loader = IRB.conf[:USE_LOADER] if IRB.conf[:USE_LOADER] - self.eval_history = IRB.conf[:EVAL_HISTORY] if IRB.conf[:EVEL_HISTORY] + self.eval_history = IRB.conf[:EVAL_HISTORY] if IRB.conf[:EVAL_HISTORY] @ignore_sigint = IRB.conf[:IGNORE_SIGINT] @ignore_eof = IRB.conf[:IGNORE_EOF] -- cgit v1.2.3