summaryrefslogtreecommitdiff
path: root/lib/English.rb
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-04 11:34:24 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-04 11:34:24 +0000
commitad07498d94928d20afba35c2532b47404b078a34 (patch)
treedc3da0af9ea9795d6303c22f0565ab3d02f847f5 /lib/English.rb
parent36275950a380860bd6e7f4e3a8b2e8c2fa8c5406 (diff)
* eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]
* ruby.c (ruby_prog_init): make $PROGRAM_NAME built-in. * lib/English.rb: remove $LOADED_FEATURES and $PROGRAM_NAME. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/English.rb')
-rw-r--r--lib/English.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/English.rb b/lib/English.rb
index 4b859d96f6..1a0e11de74 100644
--- a/lib/English.rb
+++ b/lib/English.rb
@@ -24,9 +24,6 @@ alias $ERROR_INFO $!
# exception. <tt>See Kernel.caller</tt> for details. Thread local.
alias $ERROR_POSITION $@
-# An array containing the filenames of modules loaded by +require+.
-alias $LOADED_FEATURES $"
-
# The default separator pattern used by <tt>String.split</tt>. May be
# set from the command line using the <tt>-F</tt> flag.
alias $FS $;
@@ -130,12 +127,6 @@ alias $LAST_MATCH_INFO $~
# string hash values will be case insensitive. Deprecated
alias $IGNORECASE $=
-# The name of the top-level Ruby program being executed. Typically
-# this will be the program's filename. On some operating systems,
-# assigning to this variable will change the name of the process
-# reported (for example) by the <tt>ps(1)</tt> command.
-alias $PROGRAM_NAME $0
-
# An array of strings containing the command-line
# options from the invocation of the program. Options
# used by the Ruby interpreter will have been