зеркало из https://github.com/github/ruby.git
8 строки
113 B
Ruby
8 строки
113 B
Ruby
|
$:.push File.join(File.dirname(__FILE__), "bm_require.data")
|
||
|
|
||
|
1.upto(10000) do |i|
|
||
|
require "c#{i}"
|
||
|
end
|
||
|
|
||
|
$:.pop
|