Ruby/Справочник/IO: различия между версиями

Содержимое удалено Содержимое добавлено
м Категоризация по запросу на w:ВП:РДБ
Нет описания правки
Строка 1:
==Класс IO==
Class <tt>IO</tt> isЯвляется theбазовым basisдля forввода allи inputвывода and output inв Ruby. An I/O stream may be <i>duplexed</i> (that is, bidirectional), and so may use more than one native operating system stream.
Many of the examples in this section use class <tt>File</tt>, the only standard subclass of <tt>IO</tt>. The two classes are closely associated.
As used in this section, <i>portname</i> may take any of the following forms.