mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
b8922a8d45
commit
e210a70e9a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module Prism
|
|||
#
|
||||
# class FooCalls < Prism::Visitor
|
||||
# def visit_call_node(node)
|
||||
# if node.name == "foo"
|
||||
# if node.name == :foo
|
||||
# # Do something with the node
|
||||
# end
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue