HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/ri/3.0.0/system/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[[[[[I"
class;T[[:public[[:protected[[:private[[I"
instance;T[[;[[;[[;[[[U:RDoc::Context::Section[i0o;;[;0;0[@I@LI"lib/yaml/store.rb;T@LcRDoc::TopLevel