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
* io.c (rb_open_file): encoding in mode string was ignored if perm is
[ruby-svn.git]
/
benchmark
/
bm_vm2_method.rb
blob
cc94b8ab3d0c2621c43b45a314dc8169dad933cf
1
def m
2
nil
3
end
4
5
i=0
6
while i<6000000 # benchmark loop 2
7
i+=1
8
m; m; m; m; m; m; m; m;
9
end