Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/oci8/oci8.rb

Direct Known Subclasses

OraNumber

Instance Method Summary collapse

Instance Method Details

#to_onumObject



542
543
544
# File 'lib/oci8/oci8.rb', line 542

def to_onum
  OraNumber.new(self)
end