HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //proc/self/root/opt/alt/ruby32/share/gems/doc/yaml-0.4.0/ri/YAML/cdesc-YAML.ri
U:RDoc::NormalModule[iI"	YAML:ET@0o:RDoc::Markup::Document:@parts[o;;[%o:RDoc::Markup::Paragraph;[I"YAML Ain't Markup Language;To:RDoc::Markup::BlankLineo;	;[I"QThis module provides a Ruby interface for data serialization in YAML format.;T@o;	;[I"DThe YAML module is an alias of Psych, the YAML engine for Ruby.;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'
;TI"# Parse a YAML string
;TI"$YAML.load("--- foo") #=> "foo"
;TI"
;TI"# Emit some YAML
;TI"0YAML.dump("foo")     # => "--- foo\n...\n"
;TI"/{ :a => 'b'}.to_yaml  # => "---\n:a: b\n"
;T:@format0o;	;[I"TAs the implementation is provided by the Psych library, detailed documentation ;TI"Ican be found in that library's docs (also part of standard library).;T@S;;i;
I"
Security;T@o;	;[I"PDo not use YAML to load untrusted data. Doing so is unsafe and could allow ;TI"Smalicious input to execute arbitrary code inside your application. Please see ;TI",doc/security.rdoc for more information.;T@S;;i;
I"History;T@o;	;[I"JSyck was the original YAML implementation in Ruby's standard library ;TI"&developed by why the lucky stiff.;T@o;	;[I"SYou can still use Syck, if you prefer, for parsing and emitting YAML, but you ;TI"8must install the 'syck' gem now in order to use it.;T@o;	;[I"PIn 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"SFor more advanced details on the implementation see Psych, and also check out ;TI"Dhttp://yaml.org for spec details and other helpful information.;T@o;	;[I"TPsych is maintained by Aaron Patterson on github: https://github.com/ruby/psych;T@o;	;[I"CSyck can also be found on github: https://github.com/ruby/syck;T:
@fileI"lib/yaml.rb;T:0@omit_headings_from_table_of_contents_below0o;;[;I"lib/yaml/dbm.rb;T;0;0;0[[U:RDoc::Constant[iI"LOADER_VERSION;TI"YAML::LOADER_VERSION;T:public0o;;[;@I;0@I@cRDoc::NormalModule0[[[I"
class;T[[;[[:protected[[:private[[I"
instance;T[[;[[;[[;[[[U:RDoc::Context::Section[i0o;;[;0;0[@I@LI"lib/yaml/store.rb;T@LcRDoc::TopLevel