Class: BigDecimal

Inherits:
Object show all
Defined in:
lib/ruby/to_d.rb

Instance Method Summary (collapse)

Instance Method Details

- (BigDecimal) to_d

Self

Returns:



7
8
9
# File 'lib/ruby/to_d.rb', line 7

def to_d
  self
end