diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-04-20 09:11:36 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-04-20 09:11:36 +0000 |
commit | 6a08beef517fa766b276975cdb2619939c6f7779 (patch) | |
tree | 8c142e3d90ad0b9d8b5181ede70b39064a71943f /lib/irb/context.rb | |
parent | 23e481e390ecf9b1ea438ab9a6cab0079f811e61 (diff) |
Removed math mode from irb.
mathn is deprecated from Ruby 2.2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb/context.rb')
-rw-r--r-- | lib/irb/context.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/irb/context.rb b/lib/irb/context.rb index f5e1a7aa6f..9ccdf744fb 100644 --- a/lib/irb/context.rb +++ b/lib/irb/context.rb @@ -43,7 +43,6 @@ module IRB @io = nil self.inspect_mode = IRB.conf[:INSPECT_MODE] - self.math_mode = IRB.conf[:MATH_MODE] if IRB.conf[:MATH_MODE] self.use_tracer = IRB.conf[:USE_TRACER] if IRB.conf[:USE_TRACER] self.use_loader = IRB.conf[:USE_LOADER] if IRB.conf[:USE_LOADER] self.eval_history = IRB.conf[:EVAL_HISTORY] if IRB.conf[:EVAL_HISTORY] |