ruby-changes:33132
From: marcandre <ko1@a...>
Date: Fri, 28 Feb 2014 11:19:24 +0900 (JST)
Subject: [ruby-changes:33132] marcandRe: r45211 (trunk): * numeric.c: Fix rdoc for step
marcandre 2014-02-28 11:19:21 +0900 (Fri, 28 Feb 2014) New Revision: 45211 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45211 Log: * numeric.c: Fix rdoc for step Modified files: trunk/numeric.c Index: numeric.c =================================================================== --- numeric.c (revision 45210) +++ numeric.c (revision 45211) @@ -1906,7 +1906,7 @@ num_step_size(VALUE from, VALUE args, VA https://github.com/ruby/ruby/blob/trunk/numeric.c#L1906 * * In the recommended keyword argument style, either or both of * +step+ and +limit+ (default infinity) can be omitted. In the - * fixed position argument style, integer zero as a step + * fixed position argument style, zero as a step * (i.e. num.step(limit, 0)) is not allowed for historical * compatibility reasons. * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/