method
inspect
inspect()
public
Hide source
# File lib/mathn.rb, line 120 def inspect format "%s/%s", numerator.inspect, denominator.inspect end