| 223 | } |
| 224 | |
| 225 | VALUE default_read_struct_begin(VALUE protocol) { |
| 226 | return rb_funcall(protocol, read_struct_begin_method_id, 0); |
| 227 | } |
| 228 | |
| 229 | VALUE default_read_struct_end(VALUE protocol) { |
| 230 | return rb_funcall(protocol, read_struct_end_method_id, 0); |
no outgoing calls
no test coverage detected