mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
![naruse](/assets/img/avatar_default.png)
When you change this to true, you may need to add more tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11 lines
123 B
Ruby
11 lines
123 B
Ruby
# frozen_string_literal: false
|
|
module Digest
|
|
Foo = nil
|
|
|
|
sleep 0.2
|
|
|
|
remove_const(:Foo)
|
|
|
|
class Foo < Class
|
|
end
|
|
end
|