зеркало из https://github.com/github/ruby.git
[ruby/prism] Update lib/prism/ripper_compat.rb
https://github.com/ruby/prism/commit/6e2bf9c8cd Co-authored-by: Kevin Newton <kddnewton@gmail.com>
This commit is contained in:
Родитель
6aceb91de0
Коммит
70bc4ce34f
|
@ -200,7 +200,7 @@ module Prism
|
|||
# Visit a RequiredParameterNode.
|
||||
def visit_required_parameter_node(node)
|
||||
bounds(node.location)
|
||||
on_ident(node.name.to_s)
|
||||
on_ident(node.name.name)
|
||||
end
|
||||
|
||||
# Visit a BreakNode.
|
||||
|
|
Загрузка…
Ссылка в новой задаче