Project

General

Profile

« Previous | Next » 

Revision d54f74a4

Added by S_H_ (Shun Hiraoka) about 4 years ago

Refactor rb_block_call function

rb_block_call and rb_block_call_kw have similar code.
So, using rb_block_kw function in rb_block_call function for refactoring.