曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.かつては雑草やヨモギと共に雨や露を分かち合っていたが、今では松やヒノキと共に霜や雪に耐えている。曾与蒿藜同雨露,Once sharing rain and dew with weeds and wormwood, now enduring frost and snow with pines and cypresses.终随松柏到冰霜.曾与蒿藜同雨露한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.,终随松柏到冰霜.譖セ荳手珍阯懷酔髮ィ髴イ�檎サ磯囂譚セ譟丞芦蜀ー髴�曾与蒿藜同雨露,鏇句笌钂胯棞鍚岄洦闇诧紝缁堥殢鏉炬煆鍒板啺闇�终随松柏到冰霜.曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.曾与蒿藜同雨露,终随松柏到冰霜.
U:RDoc::AnyMethod[iI" open:ETI"PTY::open;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"'Allocates a pty (pseudo-terminal).;To:RDoc::Markup::BlankLine o;
; [I"LIn the block form, yields two arguments <tt>master_io, slave_file</tt> ;TI"8and the value of the block is returned from +open+.;T@o;
; [I"OThe IO and File are both closed after the block completes if they haven't ;TI"been already closed.;T@o:RDoc::Markup::Verbatim; [
I"PTY.open {|master, slave|
;TI"4 p master #=> #<IO:masterpty:/dev/pts/1>
;TI"+ p slave #=> #<File:/dev/pts/1>
;TI"% p slave.path #=> "/dev/pts/1"
;TI"}
;T:@format0o;
; [I"IIn the non-block form, returns a two element array, <tt>[master_io, ;TI"slave_file]</tt>.;T@o;; [I"master, slave = PTY.open
;TI":# do something with master for IO, or the slave file
;T;
0o;
; [I"%The arguments in both forms are:;T@o:RDoc::Markup::List:
@type: NOTE:@items[o:RDoc::Markup::ListItem:@label[I"+master_io+;T; [o;
; [I"%the master of the pty, as an IO.;To;;[I"+slave_file+;T; [o;
; [I"7the slave of the pty, as a File. The path to the ;TI"7terminal device is available via +slave_file.path+;T@o;
; [I"6IO#raw! is usable to disable newline conversions:;T@o;; [
I"require 'io/console'
;TI"PTY.open {|m, s|
;TI" s.raw!
;TI" ...
;TI"};T;
0:
@fileI"ext/pty/pty.c;T:0@omit_headings_from_table_of_contents_below0I"`PTY.open => [master_io, slave_file]
PTY.open {|master_io, slave_file| ... } => block value
;T0[ I"();T@DFI"PTY;TcRDoc::NormalModule00