관리-도구
편집 파일: %25-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>fix</tt> modulo <tt>other</tt>. See <tt>Numeric.divmod</tt> for more information. full_name: Fixnum#% is_singleton: false name: "%" params: | fix % other => Numeric fix.modulo(other) => Numeric visibility: public