Class: BigDecimal

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

Instance Method Summary collapse

Instance Method Details

#to_dBigDecimal

Returns self.

Returns:



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

def to_d
  self
end