From: hanmac@... Date: 2015-11-06T15:39:18+00:00 Subject: [ruby-core:71372] [Ruby trunk - Feature #10974] [PATCH] Remove methods which has suffix `!`(sin!, cos!…) from CMath Issue #10974 has been updated by Hans Mackowiak. i know this ticket got closed by the change of gogo, but i want to ask (maybe in a different ticket later) if its would be ok to have a deprecate_methods function like the deprecate_constant method in core? #11588 might be similar to what i want ---------------------------------------- Feature #10974: [PATCH] Remove methods which has suffix `!`(sin!, cos!���) from CMath https://bugs.ruby-lang.org/issues/10974#change-54742 * Author: gogo tanaka * Status: Open * Priority: Normal * Assignee: ---------------------------------------- Hi, now I���d like to remove methods with `!`( `sin!`, `cos!`���) from `CMath`, for the following reasons. * wanna keep CMath minimal. `CMath#sin` should be superset of `CMath#sin!` or `Math#sin` is enough. * [rdoc for CMath seems broken](http://ruby-doc.org/stdlib-2.2.1/libdoc/cmath/rdoc/CMath.html), `CMath#sin!` isn't alias for `CMath#sin` thanks, gogo. ---Files-------------------------------- remove_methods_from_cmath.patch (7.89 KB) deprecate_CMath_methods.patch (6.4 KB) -- https://bugs.ruby-lang.org/