summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkeiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-01 18:43:36 +0000
committerkeiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-01 18:43:36 +0000
commit453f1eaf38c4540859df047a4a608ccbeb714c9b (patch)
tree60041e648a8ff9078db964a4809d9c45309a3d81 /lib
parent010f61b0bb4065c6addece547a72c4ce864ef047 (diff)
downloadruby-453f1eaf38c4540859df047a4a608ccbeb714c9b.tar.gz
ruby-453f1eaf38c4540859df047a4a608ccbeb714c9b.tar.xz
ruby-453f1eaf38c4540859df047a4a608ccbeb714c9b.zip
context.rb typo, thank rubikichi-san
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/irb/context.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/context.rb b/lib/irb/context.rb
index a041a001e..9022e8138 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]