Class: Numeric
Instance Method Summary collapse
Instance Method Details
#digit ⇒ Object
3 4 5 6 |
# File 'lib/adhearsion/foundation/numeric.rb', line 3 def digit() ahn_log.deprecation 'Please do not use Fixnum#digit() and Fixnum#digits() in the future! These will be deprecated soon' self end |
#digits ⇒ Object
8 9 10 11 |
# File 'lib/adhearsion/foundation/numeric.rb', line 8 def digits() ahn_log.deprecation 'Please do not use Fixnum#digit() and Fixnum#digits() in the future! These will be deprecated soon' self end |