mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 18:43:59 +02:00
[ruby/prism] Update lib/prism/ripper_compat.rb
5eac08f699
Co-authored-by: Kevin Newton <kddnewton@gmail.com>
This commit is contained in:
parent
c1aba5d97b
commit
3f0aa55449
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ module Prism
|
||||||
# Visit a TrueNode.
|
# Visit a TrueNode.
|
||||||
def visit_true_node(node)
|
def visit_true_node(node)
|
||||||
bounds(node.location)
|
bounds(node.location)
|
||||||
on_var_ref(on_kw(node.slice))
|
on_var_ref(on_kw("true"))
|
||||||
end
|
end
|
||||||
|
|
||||||
# Visit a FalseNode.
|
# Visit a FalseNode.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue