# File lib/Fraccion.rb, line 23
   def imprimirFraccion
      "#{@n}/#{@d}" 
   end