Actions
Feature #8632
closedRemove warnings for Refinements
Feature #8632:
Remove warnings for Refinements
Description
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!
Actions