mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 10:33:58 +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.
|
||||
def visit_true_node(node)
|
||||
bounds(node.location)
|
||||
on_var_ref(on_kw(node.slice))
|
||||
on_var_ref(on_kw("true"))
|
||||
end
|
||||
|
||||
# Visit a FalseNode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue