Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/oci8/oci8.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#to_onum ⇒ Object
Converts
selfto OraNumber.
Instance Method Details
#to_onum ⇒ Object
Converts self to OraNumber.
781 782 783 |
# File 'lib/oci8/oci8.rb', line 781 def to_onum OraNumber.new(self) end |