method

inspect

v1_8_6_287 - Show latest stable - Class: Rational
inspect()
public

No documentation available.

# File lib/mathn.rb, line 120
  def inspect
    format "%s/%s", numerator.inspect, denominator.inspect
  end