123456789_123456789_123456789_123456789_123456789_

Class: Prism::ImaginaryNode

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Node
Instance Chain:
self, Node
Inherits: Prism::Node
Defined in: lib/prism/node_ext.rb

Instance Method Summary

  • #value

    Returns the value of the node as a Ruby Complex.

Instance Method Details

#value

Returns the value of the node as a Ruby Complex.

[ GitHub ]

  
# File 'lib/prism/node_ext.rb', line 69

def value
  Complex(0, numeric.value)
end