From ddb04eba8736b7a3e11c2e8e38af2999b22dd1d0 Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 26 Sep 2013 15:41:02 +0000 Subject: * struct.c: [DOC] grammar of ArgumentError in Struct.new [Bug #8936] Patch by Prathamesh Sonpatki git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- struct.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'struct.c') diff --git a/struct.c b/struct.c index ea70abcfbb..28d32c38a2 100644 --- a/struct.c +++ b/struct.c @@ -373,7 +373,8 @@ rb_struct_define_under(VALUE outer, const char *name, ...) * The last two forms create a new instance of a struct subclass. The number * of +value+ parameters must be less than or equal to the number of * attributes defined for the structure. Unset parameters default to +nil+. - * Passing too many parameters will raise an ArgumentError. + * Passing more parameters than number of attributes will raise + * an ArgumentError. * * # Create a structure named by its constant * Customer = Struct.new(:name, :address) -- cgit v1.2.3