Class: Integer

Inherits:
Object show all
Defined in:
lib/dohutil/core_ext/bigdecimal.rb

Instance Method Summary collapse

Instance Method Details

#to_dObject



6
7
8
# File 'lib/dohutil/core_ext/bigdecimal.rb', line 6

def to_d
  to_s.to_d
end