1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/purelib.rb
nobu 2cdb1c3376 * ext/purelib.rb: commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-05-22 21:09:22 +00:00

3 lines
49 B
Ruby

if nul = $:.index("-")
$:[nul..-1] = ["."]
end