= private = protected
isatty()
Returns false. Just for compatibility to IO.
/* * Returns +false+. Just for compatibility to IO. */ static VALUE strio_false(self) VALUE self; { StringIO(self); return Qfalse; }