Skip to content
Snippets Groups Projects
Commit 719bc20a authored by Rohit Arondekar's avatar Rohit Arondekar Committed by Vladimir Sizikov
Browse files

Remove FIXME asking why push_m is named push_m.


Since C doesn't support method overloading,
rb_ary_push() is for << and rb_ary_push_m() is for my_array.push.

The m most likely stands for 'method', as in push_method.

Signed-off-by: default avatarVladimir Sizikov <vsizikov@gmail.com>

Author:    Rohit Arondekar <rohit.arondekar@gmail.com>
parent 2cef082d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment