class Prism::ImaginaryNode

def value

Returns the value of the node as a Ruby Complex.
def value
  Complex(0, numeric.value)
end