52 53 54 55 56 57 58
# File 'lib/mm/ratio.rb', line 52 def abs if self < MM::Ratio.new(0, 1) self * MM::Ratio.new(-1,1) else self end end