mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 2 deletions
|
@ -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 $!
|
||||
|
|
Loading…
Add table
Reference in a new issue