Merge pull request #4309 from shuujii/fix-missing-assertion-in-test-t-class.rb

Fix missing assertion in `test/t/class.rb`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-03-02 21:14:41 +09:00
committed by GitHub
+1 -1
View File
@@ -365,7 +365,7 @@ assert('clone Class') do
end
end
Foo.clone.new.func
assert_true(Foo.clone.new.func)
end
assert('class variable and class << self style class method') do