관리-도구
편집 파일: chardev%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if the file is a character device, <tt>false</tt> if it isn't or if the operating system doesn't support this feature. - !ruby/struct:SM::Flow::VERB body: " File.stat("/dev/tty").chardev? #=> true\n" full_name: File::Stat#chardev? is_singleton: false name: chardev? params: | stat.chardev? => true or false visibility: public