Class
Instance Methods
#
lib/prism/node_ext.rb
View on GitHub
# File tmp/rubies/ruby-master/lib/prism/node_ext.rb, line 107
def value
Complex(0, numeric.value)
end
Returns the value of the node as a Ruby Complex
.