Create a new Imaginary node.
501 502 503
# File 'lib/syntax_tree/dsl.rb', line 501 def Imaginary(value) Imaginary.new(value: value, location: Location.default) end