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