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::BlankLineo; ;[I"QThis module provides a Ruby interface for data serialization in YAML format.;T@o; ;[I"@The underlying implementation is the libyaml wrapper Psych.;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: @format0S; ; 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"NSyck was the original for 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"ZPsych is maintained by Aaron Patterson on github: https://github.com/tenderlove/psych;T@o; ;[I"ISyck can also be found on github: https://github.com/tenderlove/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"lib/rubygems/syck_hack.rb;T@E@HI"lib/yaml/store.rb;T@HcRDoc::TopLevel