From f3e3ac78b881e2153f5b043115b475198f80dd8c Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 12 Mar 2017 07:54:43 +0000 Subject: 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: , but not for later versions, see: (Same for `ri` pages). [ruby-core:79416] [Bug #13189] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@57901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- struct.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'struct.c') diff --git a/struct.c b/struct.c index cd6d05a552..6303436122 100644 --- a/struct.c +++ b/struct.c @@ -1158,6 +1158,8 @@ rb_struct_dig(int argc, VALUE *argv, VALUE self) } /* + * 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. * -- cgit v1.2.3