Fix up Rubinius specific library specs.
[rbx.git] / benchmark / yarv / bm_vm2_proc.rb
blob0bd05b9544c417a40f7a8e0db6ed41d0e5956e39
1 def m &b
2   b
3 end
5 pr = m{
6   a = 1
9 i=0
10 while i<6000000 # benchmark loop 2
11   i+=1
12   pr.call
13 end