method

im

ruby latest stable - Class: Numeric

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.

im()
public

No documentation available.

# File lib/complex.rb, line 22
  def im() Complex(0, self) end