ÿØÿà JFIF    ÿÛ „  ( %!1!%)+//.383,7(-.+  -%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ     ÿÄ J    ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ   ÿÄ *  !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú "SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5 ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍѶ¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e ríV ?> ......................................... ............................................................................. ÿØÿà JFIF    ÿÛ „  ( %!1!%)+//.383,7(-.+  -%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ     ÿÄ J    ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ   ÿÄ *  !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú "SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5 ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍѶ¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e ríV ?> ......................................... ............................................................................. ???????????????????????????????????? ???????????????????????????????????? ÿØÿà JFIF    ÿÛ „  ( %!1!%)+//.383,7(-.+  -%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ     ÿÄ J    ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ   ÿÄ *  !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú "SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5 ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍѶ¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e ríV ?> ......................................... ............................................................................. ÿØÿà JFIF    ÿÛ „  ( %!1!%)+//.383,7(-.+  -%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ     ÿÄ J    ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ   ÿÄ *  !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú "SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5 ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍѶ¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e ríV ?> ......................................... ............................................................................. ???????????????????????????????????? ???????????????????????????????????? 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