Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/complex.rb

Instance Method Summary collapse

Instance Method Details

#imObject



26
# File 'lib/complex.rb', line 26

def im() Complex(0, self) end