Class: Numeric

Inherits:
Object show all
Defined in:
lib/adhearsion/foundation/numeric.rb

Instance Method Summary collapse

Instance Method Details

#digitObject



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

#digitsObject



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