# File lib/modai_prct12/racional.rb, line 115
  def coerce(other)
    return Racional.new(other,1), self
  end