This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby--ruby
Watch
1
Star
0
Fork
You've already forked ruby--ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2022-11-09 12:17:21 -05:00
Code
Releases
Activity
7992fabaf4
ruby--ruby
/
ext
/
purelib.rb
4 lines
83 B
Ruby
Raw
Normal View
History
Unescape
Escape
* configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb. [ruby-core:16642] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-05-08 03:41:23 -04:00
if
nul
=
$:
.
find_index
{
|
path
|
/
\
A(?:
\
.
\/
)*-
\
z
/
=~
path
}
* ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear default load path to get rid of load pre-installed extensions/libraries. [ruby-core:11017] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-05-22 16:48:34 -04:00
$:
[
nul
..
-
1
]
=
[
"
.
"
]
end
Copy permalink