관리-도구
편집 파일: pipe%3f-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if the named file is a pipe. full_name: File::pipe? is_singleton: true name: pipe? params: | File.pipe?(file_name) => true or false visibility: public