# File lib/exifr/tiff.rb, line 314 def self.rational(n, d) Rational.respond_to?(:reduce) ? Rational.reduce(n, d) : 1.quo(d) end