We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8246f09 commit 5aa963fCopy full SHA for 5aa963f
1 file changed
templates/lib/prism/visitor.rb.erb
@@ -34,7 +34,7 @@ module Prism
34
#
35
# class FooCalls < Prism::Visitor
36
# def visit_call_node(node)
37
- # if node.name == "foo"
+ # if node.name == :foo
38
# # Do something with the node
39
# end
40
0 commit comments