class BigDecimal

def to_d

Returns self.

a.to_d -> bigdecimal
call-seq:
def to_d
  self
end