File Manager
Path:
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
local
/
share
/
gems
/
gems
/
prism-1.9.0
/
sig
/
prism
/
Viewing File: dot_visitor.rbs
module Prism class DotVisitor < Visitor def initialize: () -> void def to_dot: () -> String end end