# File lib/Fraccion.rb, line 32
   def coerce(other)
     if (other.is_a?(Numeric))
       [Fraccion.new(other.to_i,1),self]
     end
   end