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