We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376ece8 commit 36a18bbCopy full SHA for 36a18bb
ChangeLog
@@ -1,3 +1,8 @@
1
+Thu Mar 5 11:16:55 2015 Shugo Maeda <shugo@ruby-lang.org>
2
+
3
+ * test/ruby/test_refinement.rb: There is no need anymore to supress
4
+ warnings.
5
6
Thu Mar 5 08:31:02 2015 Rei Odaira <Rei.Odaira@gmail.com>
7
8
* random.c (random_raw_seed): Avoid calling fill_random_bytes()
test/ruby/test_refinement.rb
@@ -1,12 +1,5 @@
require 'test/unit'
-# to supress warnings for future calls of Module#refine
-EnvUtil.suppress_warning do
- Module.new {
- refine(Object) {}
- }
-end
9
-
10
class TestRefinement < Test::Unit::TestCase
11
class Foo
12
def x
0 commit comments