Skip to content

Commit

Permalink
"NoMethodError: undefined method `pluralize' for an instance of Symbol"
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Oct 9, 2023
1 parent 2533044 commit 8104683
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def render_call_template(node)
when :local_variable_read_node
node.slice
when :call_node
node.name
node.name.to_s
else
return
end
Expand Down

0 comments on commit 8104683

Please sign in to comment.