Class: Integer

Inherits:
Object
  • Object
show all
Extended by:
Unidata::Extensions::Integer
Defined in:
lib/unidata/extensions/integer.rb

Instance Method Summary collapse

Methods included from Unidata::Extensions::Integer

from_unidata, to_unidata, typecast

Instance Method Details

#to_dObject



22
23
24
# File 'lib/unidata/extensions/integer.rb', line 22

def to_d
  BigDecimal.new(self.to_s)
end