| 135 | } |
| 136 | |
| 137 | VALUE default_write_struct_end(VALUE protocol) { |
| 138 | rb_funcall(protocol, write_struct_end_method_id, 0); |
| 139 | return Qnil; |
| 140 | } |
| 141 | |
| 142 | VALUE default_write_field_begin(VALUE protocol, VALUE name, VALUE type, VALUE id) { |
| 143 | rb_funcall(protocol, write_field_begin_method_id, 3, name, type, id); |
no outgoing calls
no test coverage detected