From: "matz (Yukihiro Matsumoto)" Date: 2013-07-27T14:30:01+09:00 Subject: [ruby-core:56215] [ruby-trunk - Feature #8632] Remove warnings for Refinements Issue #8632 has been updated by matz (Yukihiro Matsumoto). Assignee changed from matz (Yukihiro Matsumoto) to shugo (Shugo Maeda) I agree. Remove warning. Matz. ---------------------------------------- Feature #8632: Remove warnings for Refinements https://bugs.ruby-lang.org/issues/8632#change-40703 Author: shugo (Shugo Maeda) Status: Assigned Priority: Normal Assignee: shugo (Shugo Maeda) 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/