# File lib/Fraccion.rb, line 52
   def / (other)
        Fraccion.new(@n* other.d, @d * other.n)
   end