Class: Fixnum

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

Instance Method Summary collapse

Instance Method Details

#closest_fibonacciObject



51
52
53
# File 'lib/closestfib.rb', line 51

def closest_fibonacci
  ClosestFib.closestfib self
end