Method: SyntaxTree::DSL#TopConstRef

Defined in:
lib/syntax_tree/dsl.rb

#TopConstRef(constant) ⇒ Object

Create a new TopConstRef node.



860
861
862
# File 'lib/syntax_tree/dsl.rb', line 860

def TopConstRef(constant)
  TopConstRef.new(constant: constant, location: Location.default)
end