Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby33 /
share /
ri /
system /
Prism /
Visitor /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Visitor.ri
1.2
KB
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::NormalClass[iI"Visitor:ETI"Prism::Visitor;TI"Prism::BasicVisitor;To:RDoc::Markup::Document:@parts[o;;[ o:RDoc::Markup::Paragraph;[ I"RA visitor is a class that provides a default implementation for every accept ;TI"Lmethod defined on the nodes. This means it can walk a tree without the ;TI"Pcaller needing to define any special handling. This allows you to handle a ;TI"<subset of the tree, while still walking the whole tree.;To:RDoc::Markup::BlankLine o; ;[I"RFor example, to find all of the method calls that call the `foo` method, you ;TI"could write:;T@o:RDoc::Markup::Verbatim;[I"%class FooCalls < Prism::Visitor ;TI"! def visit_call_node(node) ;TI" if node.name == "foo" ;TI"( # Do something with the node ;TI" end ;TI" ;TI"E # Call super so that the visitor continues walking the tree ;TI" super ;TI" end ;TI"end;T:@format0: @fileI"lib/prism/visitor.rb;T:0@omit_headings_from_table_of_contents_below0; 0;0[ [ [ [[I" class;T[[:public[ [:protected[ [:private[ [I" instance;T[[;[ [;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ; 0;0[I"lib/prism/visitor.rb;TI" Prism;TcRDoc::NormalModule