Skip to content

Commit

Permalink
Fixes #912
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreeden committed Jun 23, 2015
1 parent e344c6a commit 9781580
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/class.c
Expand Up @@ -1174,11 +1174,11 @@ mrb_instance_alloc(mrb_state *mrb, mrb_value cv)
* call-seq:
* class.new(args, ...) -> obj
*
* Calls <code>allocate</code> to create a new object of
* <i>class</i>'s class, then invokes that object's
* <code>initialize</code> method, passing it <i>args</i>.
* This is the method that ends up getting called whenever
* an object is constructed using .new.
* Creates a new object of <i>class</i>'s class, then
* invokes that object's <code>initialize</code> method,
* passing it <i>args</i>. This is the method that ends
* up getting called whenever an object is constructed using
* `.new`.
*
*/

Expand Down

0 comments on commit 9781580

Please sign in to comment.