--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns nil if file_name doesn't exist or has zero size, the size of the file otherwise. full_name: File::size? is_singleton: true name: size? params: | File.size?(file_name) => Integer or nil visibility: public