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