diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-05-08 19:21:27 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-05-09 14:27:28 +0900 |
commit | a61f51f66d7dff966dd17915c854fea08763722d () | |
tree | 937eb9a22b7ae3f537680279243218e1f10f1ff9 /prism | |
parent | 56423d43a34bfd7260a53f048ee891130d3a0715 (diff) |
Use cgi/escape instead of cgi/util
Notes: Merged: https://.com/ruby/ruby/pull/13275
-rw-r--r-- | prism/templates/lib/prism/dot_visitor.rb.erb | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -require "cgi/util" module Prism # This visitor provides the ability to call Node#to_dot, which converts a |