--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Limit the number of significant digits in newly created BigDecimal numbers to the specified value. Rounding is performed as necessary, as specified by BigDecimal.mode. - !ruby/struct:SM::Flow::P body: A limit of 0, the default, means no upper limit. - !ruby/struct:SM::Flow::P body: The limit specified by this method takes priority over any limit specified to instance methods such as ceil, floor, truncate, or round. full_name: BigDecimal::limit is_singleton: true name: limit params: | BigDecimal.limit(digits) visibility: public