Method: SyntaxTree::DSL#Imaginary

Defined in:
lib/syntax_tree/dsl.rb

#Imaginary(value) ⇒ Object

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