From: "shugo (Shugo Maeda)" Date: 2013-07-13T18:05:47+09:00 Subject: [ruby-core:55993] [ruby-trunk - Feature #8632][Assigned] Remove warnings for Refinements Issue #8632 has been reported by shugo (Shugo Maeda). ---------------------------------------- Feature #8632: Remove warnings for Refinements https://bugs.ruby-lang.org/issues/8632 Author: shugo (Shugo Maeda) Status: Assigned Priority: Normal Assignee: matz (Yukihiro Matsumoto) Category: core Target version: current: 2.1.0 Can I remove the following warning for Refinements? $ ruby -ve 'module M; refine(Fixnum) {}; end' ruby 2.1.0dev (2013-07-01 trunk 41717) [i686-linux] -e:1: warning: Refinements are experimental, and the behavior may change in future versions of Ruby! -- http://bugs.ruby-lang.org/