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:
parent
e7d6a0481b
commit
9e5167c351
@ -45,8 +45,7 @@
|
|||||||
# $POSTMATCH:: $'
|
# $POSTMATCH:: $'
|
||||||
# $LAST_PAREN_MATCH:: $+
|
# $LAST_PAREN_MATCH:: $+
|
||||||
#
|
#
|
||||||
module English; end
|
module English end if false
|
||||||
Object.send(:remove_const, :English)
|
|
||||||
|
|
||||||
# The exception object passed to +raise+.
|
# The exception object passed to +raise+.
|
||||||
alias $ERROR_INFO $!
|
alias $ERROR_INFO $!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user