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 /
ruby19 /
share /
ri /
1.9.1 /
system /
YAML /
Delete
Unzip
Name
Size
Permission
Date
Action
DBM
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Store
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
cdesc-YAML.ri
1.97
KB
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::NormalModule[iI" YAML:EF@0o:RDoc::Markup::Document:@parts[o;;[ o:RDoc::Markup::Paragraph;[I"YAML Ain't Markup Language;To:RDoc::Markup::BlankLine o; ;[I"QThis module provides a Ruby interface for data serialization in YAML format.;T@o; ;[I"LYou can choose from one of two YAML engines that ship with Ruby 1.9. By;TI"Ddefault Psych is used but the old unmaintained Syck may chosen.;T@S:RDoc::Markup::Heading: leveli: textI" Usage;T@o; ;[I"7Working with YAML can be very simple, for example:;T@o:RDoc::Markup::Verbatim;[I".require 'yaml' # STEP ONE, REQUIRE YAML! ;FI"# Parse a YAML string ;FI"$YAML.load("--- foo") #=> "foo" ;FI" ;FI"# Emit some YAML ;FI"0YAML.dump("foo") # => "--- foo\n...\n" ;FI"/{ :a => 'b'}.to_yaml # => "---\n:a: b\n" ;FS;;i; I" Security;T@o; ;[I"ODo not use YAML to load untrusted data. Doing so is unsafe and could allow;TI"Rmalicious input to execute arbitrary code inside your application. Please see;TI",doc/security.rdoc for more information.;T@S;;i; I" Syck;T@o; ;[I"MSyck was the original for YAML implementation in Ruby's standard library;TI"&developed by why the lucky stiff.;T@o; ;[I"PIf you prefer, you can still use Syck by changing the YAML::ENGINE like so:;T@o;;[I""YAML::ENGINE.yamler = 'syck' ;FI"(# switch back to the default Psych ;FI"#YAML::ENGINE.yamler = 'psych' ;Fo; ;[I"OIn older Ruby versions, ie. <= 1.9, Syck is still provided, however it was;TI"7completely removed with the release of Ruby 2.0.0.;T@S;;i; I"More info;T@o; ;[I"RFor more advanced details on the implementation see Psych, and also check out;TI"Dhttp://yaml.org for spec details and other helpful information.;T: @fileI"lib/yaml.rb;T;0[ [[I"ENGINE;Fo;;[o; ;[I"DAllows changing the current YAML engine. See YAML for details.;T;0@D[ [[I" class;F[[:public[ [:protected[ [:private[ [I" instance;F[[;[ [;[ [;[