mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8 lines
82 B
Ruby
8 lines
82 B
Ruby
|
i = 0
|
||
|
obj = Object.new
|
||
|
|
||
|
while i<30000000 # while loop 1
|
||
|
i+= 1
|
||
|
!obj
|
||
|
end
|