# File lib/complex.rb, line 122
  def Complex.new!(a, b=0)
    new(a,b)
  end