Project

General

Profile

« Previous | Next » 

Revision 6c6a25fe

Added by shyouhei (Shyouhei Urabe) over 5 years ago

refactor add rb_method_entry_from_template

Tired of rb_method_entry_create(..., rb_method_definition_create(
..., &(rb_method_foo_t) {...})) maneuver. Provide a function that
does the thing to reduce copy&paste.