133 134 135 136
# File 'lib/roctave.rb', line 133 def arg #self.collect{|e| e.kind_of?(Complex) ? e.arg : Complex(e).arg} self.collect(&:arg) end