Sha256: 5fb03d64cca7d555ba41c323a26606ac8a2848bfb70dbfb02b039cfec4fd5439
Contents?: true
Size: 333 Bytes
Versions: 12
Compression:
Stored size: 333 Bytes
Contents
class Numeric def digit() ahn_log.deprecation 'Please do not use Fixnum#digit() and Fixnum#digits() in the future! These will be deprecated soon' self end def digits() ahn_log.deprecation 'Please do not use Fixnum#digit() and Fixnum#digits() in the future! These will be deprecated soon' self end end
Version data entries
12 entries across 12 versions & 6 rubygems