관리-도구
편집 파일: zero%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if <em>stat</em> is a zero-length file; <tt>false</tt> otherwise. - !ruby/struct:SM::Flow::VERB body: " File.stat("testfile").zero? #=> false\n" full_name: File::Stat#zero? is_singleton: false name: zero? params: | stat.zero? => true or false visibility: public