[前][次][番号順一覧][スレッド一覧]

ruby-changes:36575

From: hsbt <ko1@a...>
Date: Mon, 1 Dec 2014 10:42:49 +0900 (JST)
Subject: [ruby-changes:36575] hsbt:r48656 (trunk): * doc/syntax/refinements.rdoc: refinements are no longer experimental.

hsbt	2014-12-01 10:42:38 +0900 (Mon, 01 Dec 2014)

  New Revision: 48656

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48656

  Log:
    * doc/syntax/refinements.rdoc: refinements are no longer experimental.
      patch by @gaurish [fix GH-755][ci skip]

  Modified files:
    trunk/ChangeLog
    trunk/doc/syntax/refinements.rdoc
Index: doc/syntax/refinements.rdoc
===================================================================
--- doc/syntax/refinements.rdoc	(revision 48655)
+++ doc/syntax/refinements.rdoc	(revision 48656)
@@ -9,11 +9,6 @@ Refinements are designed to reduce the i https://github.com/ruby/ruby/blob/trunk/doc/syntax/refinements.rdoc#L9
 users of the monkey-patched class.  Refinements provide a way to extend a
 class locally.
 
-Refinements are an experimental feature in Ruby 2.0.  At the time of writing,
-refinements are expected to exist in future versions of Ruby but the
-specification of refinements may change.  You will receive a warning the first
-time you define or activate a refinement.
-
 Here is a basic refinement:
 
   class C
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 48655)
+++ ChangeLog	(revision 48656)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Dec  1 10:42:31 2014  SHIBATA Hiroshi  <shibata.hiroshi@g...>
+
+	* doc/syntax/refinements.rdoc: refinements are no longer experimental.
+	  patch by @gaurish [fix GH-755][ci skip]
+
 Sun Nov 30 20:05:55 2014  Nobuyoshi Nakada  <nobu@r...>
 
 	* parse.y (regexp_contents): fix a typo.  pointed out by wanabe.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]