Class: BigFloat

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

Instance Method Summary collapse

Instance Method Details

#to_r(tol = nil) ⇒ Object



93
94
95
# File 'lib/nio/sugar.rb', line 93

def to_r(tol = nil)
  nio_r(tol)
end