ruby-changes:45828
From: naruse <ko1@a...>
Date: Sun, 12 Mar 2017 16:54:47 +0900 (JST)
Subject: [ruby-changes:45828] naruse:r57901 (ruby_2_4): merge revision(s) 57522: [Backport #13189]
naruse 2017-03-12 16:54:43 +0900 (Sun, 12 Mar 2017) New Revision: 57901 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57901 Log: merge revision(s) 57522: [Backport #13189] doc: restore class documentation for Struct * struct.c: restore class documentation for Struct that disappeared with r46663. Due to r46663, the class documentation for Struct disappeared. (The revision inserted the definition of `InitVM_Struct` between the rdoc and the definition of `Init_Struct`.) The docs are rendered for 2.1: <https://docs.ruby-lang.org/en/2.1.0/Struct.html>, but not for later versions, see: <https://docs.ruby-lang.org/en/2.2.0/Struct.html> (Same for `ri` pages). [ruby-core:79416] [Bug #13189] Modified directories: branches/ruby_2_4/ Modified files: branches/ruby_2_4/struct.c branches/ruby_2_4/version.h Index: ruby_2_4/version.h =================================================================== --- ruby_2_4/version.h (revision 57900) +++ ruby_2_4/version.h (revision 57901) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_4/version.h#L1 #define RUBY_VERSION "2.4.0" #define RUBY_RELEASE_DATE "2017-03-12" -#define RUBY_PATCHLEVEL 58 +#define RUBY_PATCHLEVEL 59 #define RUBY_RELEASE_YEAR 2017 #define RUBY_RELEASE_MONTH 3 Index: ruby_2_4/struct.c =================================================================== --- ruby_2_4/struct.c (revision 57900) +++ ruby_2_4/struct.c (revision 57901) @@ -1158,6 +1158,8 @@ rb_struct_dig(int argc, VALUE *argv, VAL https://github.com/ruby/ruby/blob/trunk/ruby_2_4/struct.c#L1158 } /* + * Document-class: Struct + * * A Struct is a convenient way to bundle a number of attributes together, * using accessor methods, without having to write an explicit class. * Property changes on: ruby_2_4 ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r57522 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/