repo.or.cz
/
ruby-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* transcode.c (make_econv_exception): add several instance variables
[ruby-svn.git]
/
benchmark
/
bm_vm1_not.rb
blob
f139fed8be2bb7588bb1804cec99edc00310f4af
1
i = 0
2
obj = Object.new
3
4
while i<30000000 # while loop 1
5
i+= 1
6
!obj
7
end