= private = protected
inspect()
Describe the contents of this struct in a string.
static VALUE rb_struct_inspect(VALUE s) { return rb_exec_recursive(inspect_struct, s, 0); }