English.rb: no set

* lib/English.rb (English): disable setting instead of removing after set.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-02-04 02:50:20 +00:00
parent e7d6a0481b
commit 9e5167c351
1 changed files with 1 additions and 2 deletions

View File

@ -45,8 +45,7 @@
# $POSTMATCH:: $'
# $LAST_PAREN_MATCH:: $+
#
module English; end
Object.send(:remove_const, :English)
module English end if false
# The exception object passed to +raise+.
alias $ERROR_INFO $!