Method: When::Coordinates::Residue::BestRationalApproximations#_rewind

Defined in:
lib/when_exe/coordinates.rb

#_rewindvoid

This method returns an undefined value.

Enumerator の巻き戻し



546
547
548
549
550
551
552
# File 'lib/when_exe/coordinates.rb', line 546

def _rewind
  @z = @x/@y
  @k = @z.floor
  @p = [1,@k]
  @q = [0, 1]
  super
end