File Manager

Path: /opt/cpanel/ea-ruby27/root/usr/local/share/gems/gems/prism-1.9.0/rbi/prism/

Viewing File: inspect_visitor.rbi

# typed: strict

class Prism::InspectVisitor < Prism::Visitor
  sig { params(indent: String).void }
  def initialize(indent = ""); end

  sig { params(node: Prism::Node).returns(String) }
  def self.compose(node); end

  sig { returns(String) }
  def compose; end
end