diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-04-24 10:04:38 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-04-24 12:15:11 +0900 |
commit | a88c5b501ccc0187ac6a6db48d69bc408c50b40d () | |
tree | b4b1127b6c13d62f6bcfa75c66fa61d38beddae7 /prism | |
parent | bf3be2723ab888037c1d47114ffcde85b87155ee (diff) |
Use cgi/util if that uses like CGI.escape methods
-rw-r--r-- | prism/templates/lib/prism/dot_visitor.rb.erb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -require "cgi" module Prism # This visitor provides the ability to call Node#to_dot, which converts a |