Returns the value of the node as a Ruby Complex.
Complex
Source: show | on GitHub
# File ruby/lib/prism/node_ext.rb, line 69 def value Complex(0, numeric.value) end