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 (transcode_restartable): my_transcoder argument removed.
[ruby-svn.git]
/
benchmark
/
bm_vm1_ivar.rb
blob
4de833a31696692b27de4a84451aa833fd7471cb
1
@a = 1
2
3
i = 0
4
while i<30000000 # while loop 1
5
i+= 1
6
j = @a
7
k = @a
8
end