= private = protected
sync=(p1)
Returns the argument unchanged. Just for compatibility to IO.
/* * Returns the argument unchanged. Just for compatibility to IO. */ static VALUE strio_first(self, arg) VALUE self, arg; { StringIO(self); return arg; }