Class: BigDecimal

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

Overview

lib/ruby/to_d.rb

Instance Method Summary collapse

Instance Method Details

#to_dBigDecimal

Returns self.

Returns:



532
533
534
# File 'lib/ruby/jruby_hack.rb', line 532

def to_d
  self
end