class Mingle::MingleFloat64
Public Class Methods
new( num )
click to toggle source
Calls superclass method
Mingle::MingleFloatingPointImpl::new
# File lib/mingle.rb, line 204 def initialize( num ) super( num, 'd' ) end