module RBTrace::OUT
Public Class Methods
Source
endif static VALUE send_write(VALUE klass, VALUE val) { if (TYPE(val) == T_STRING) { rbtrace__send_event(1, "write", 's', RSTRING_PTR(val) ); } return Qnil; }
endif static VALUE send_write(VALUE klass, VALUE val) { if (TYPE(val) == T_STRING) { rbtrace__send_event(1, "write", 's', RSTRING_PTR(val) ); } return Qnil; }