= private = protected
sync()
Returns true always.
/* * call-seq: * strio.sync -> true * * Returns +true+ always. */ static VALUE strio_get_sync(self) VALUE self; { StringIO(self); return Qtrue; }