Method: Rational#nio_num_den

Defined in:
lib/nio/rtnlzr.rb

#nio_num_denObject

helper method to return both the numerator and denominator



99
100
101
# File 'lib/nio/rtnlzr.rb', line 99

def nio_num_den
  return [numerator,denominator]
end