66< title >
77 Module: MessagePack
88
9- — Documentation by YARD 0.8.3
9+ — Documentation by YARD 0.8.7.6
1010
1111</ title >
1212
13- < link rel ="stylesheet " href ="css/style.css " type ="text/css " media =" screen " charset ="utf-8 " />
13+ < link rel ="stylesheet " href ="css/style.css " type ="text/css " charset ="utf-8 " />
1414
15- < link rel ="stylesheet " href ="css/common.css " type ="text/css " media =" screen " charset ="utf-8 " />
15+ < link rel ="stylesheet " href ="css/common.css " type ="text/css " charset ="utf-8 " />
1616
1717< script type ="text/javascript " charset ="utf-8 ">
1818 hasFrames = window . top . frames . main ? true : false ;
1919 relpath = '' ;
20- framesUrl = "frames.html#!" + escape ( window . location . href ) ;
20+ framesUrl = "frames.html#!MessagePack.html" ;
2121</ script >
2222
2323
8080
8181 < dt class ="r1 last "> Defined in:</ dt >
8282 < dd class ="r1 last "> lib/msgpack/version.rb< span class ="defines "> ,< br />
83- doclib/msgpack.rb,< br /> doclib/msgpack/error.rb,< br /> doclib/msgpack/packer.rb,< br /> doclib/msgpack/buffer.rb,< br /> doclib/msgpack/unpacker.rb</ span >
83+ doclib/msgpack.rb,< br /> doclib/msgpack/error.rb,< br /> doclib/msgpack/packer.rb,< br /> doclib/msgpack/buffer.rb,< br /> doclib/msgpack/factory.rb, < br /> doclib/msgpack/ unpacker.rb, < br /> doclib/msgpack/extension_value .rb</ span >
8484</ dd >
8585
8686</ dl >
@@ -92,7 +92,7 @@ <h2>Defined Under Namespace</h2>
9292
9393
9494
95- < strong class ="classes "> Classes:</ strong > < span class ='object_link '> < a href ="MessagePack/Buffer.html " title ="MessagePack::Buffer (class) "> Buffer</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/MalformedFormatError.html " title ="MessagePack::MalformedFormatError (class) "> MalformedFormatError</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/Packer.html " title ="MessagePack::Packer (class) "> Packer</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/StackError.html " title ="MessagePack::StackError (class) "> StackError</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/TypeError.html " title ="MessagePack::TypeError (class) "> TypeError</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/UnpackError.html " title ="MessagePack::UnpackError (class) "> UnpackError</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/Unpacker.html " title ="MessagePack::Unpacker (class) "> Unpacker</ a > </ span >
95+ < strong class ="classes "> Classes:</ strong > < span class ='object_link '> < a href ="MessagePack/Buffer.html " title ="MessagePack::Buffer (class) "> Buffer</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/ExtensionValue.html " title ="MessagePack::ExtensionValue (class) "> ExtensionValue</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/Factory.html " title ="MessagePack::Factory (class) "> Factory</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/MalformedFormatError.html " title ="MessagePack::MalformedFormatError (class) "> MalformedFormatError</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/Packer.html " title ="MessagePack::Packer (class) "> Packer</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/StackError.html " title ="MessagePack::StackError (class) "> StackError</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/UnexpectedTypeError.html " title ="MessagePack::UnexpectedTypeError (class) "> UnexpectedTypeError</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/UnknownExtTypeError.html " title ="MessagePack::UnknownExtTypeError (class) "> UnknownExtTypeError</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/UnpackError.html " title ="MessagePack::UnpackError (class) "> UnpackError</ a > </ span > , < span class ='object_link '> < a href ="MessagePack/Unpacker.html " title ="MessagePack::Unpacker (class) "> Unpacker</ a > </ span >
9696
9797
9898</ p >
@@ -104,7 +104,7 @@ <h2>Constant Summary</h2>
104104 < dt id ="VERSION-constant " class =""> VERSION =
105105
106106 </ dt >
107- < dd > < pre class ="code "> < span class ='tstring '> < span class ='tstring_beg '> "</ span > < span class ='tstring_content '> 0.5.8 </ span > < span class ='tstring_end '> "</ span > </ span > </ pre > </ dd >
107+ < dd > < pre class ="code "> < span class ='tstring '> < span class ='tstring_beg '> "</ span > < span class ='tstring_content '> 0.6.2 </ span > < span class ='tstring_end '> "</ span > </ span > </ pre > </ dd >
108108
109109 </ dl >
110110
@@ -262,7 +262,7 @@ <h3 class="signature first" id="dump-class_method">
262262 < div class ="docstring ">
263263 < div class ="discussion ">
264264
265- < p > Serialized data</ p >
265+ < p > Returns serialized data</ p >
266266
267267
268268 </ div >
@@ -295,6 +295,8 @@ <h3 class="signature first" id="dump-class_method">
295295 < span class ='type '> (< tt > < span class ='object_link '> < a href ="Hash.html " title ="Hash (class) "> Hash</ a > </ span > </ tt > )</ span >
296296
297297
298+ < em class ="default "> (defaults to: < tt > {}</ tt > )</ em >
299+
298300
299301 </ li >
300302
@@ -370,6 +372,8 @@ <h3 class="signature first" id="dump-class_method">
370372 < span class ='type '> (< tt > < span class ='object_link '> < a href ="Hash.html " title ="Hash (class) "> Hash</ a > </ span > </ tt > )</ span >
371373
372374
375+ < em class ="default "> (defaults to: < tt > {}</ tt > )</ em >
376+
373377
374378 </ li >
375379
@@ -479,6 +483,8 @@ <h3 class="signature " id="load-class_method">
479483 < span class ='type '> (< tt > < span class ='object_link '> < a href ="Hash.html " title ="Hash (class) "> Hash</ a > </ span > </ tt > )</ span >
480484
481485
486+ < em class ="default "> (defaults to: < tt > {}</ tt > )</ em >
487+
482488
483489 </ li >
484490
@@ -520,6 +526,8 @@ <h3 class="signature " id="load-class_method">
520526 < span class ='type '> (< tt > < span class ='object_link '> < a href ="Hash.html " title ="Hash (class) "> Hash</ a > </ span > </ tt > )</ span >
521527
522528
529+ < em class ="default "> (defaults to: < tt > {}</ tt > )</ em >
530+
523531
524532 </ li >
525533
@@ -603,7 +611,7 @@ <h3 class="signature " id="pack-class_method">
603611 < div class ="docstring ">
604612 < div class ="discussion ">
605613
606- < p > Serialized data</ p >
614+ < p > Returns serialized data</ p >
607615
608616
609617 </ div >
@@ -636,6 +644,8 @@ <h3 class="signature " id="pack-class_method">
636644 < span class ='type '> (< tt > < span class ='object_link '> < a href ="Hash.html " title ="Hash (class) "> Hash</ a > </ span > </ tt > )</ span >
637645
638646
647+ < em class ="default "> (defaults to: < tt > {}</ tt > )</ em >
648+
639649
640650 </ li >
641651
@@ -711,6 +721,8 @@ <h3 class="signature " id="pack-class_method">
711721 < span class ='type '> (< tt > < span class ='object_link '> < a href ="Hash.html " title ="Hash (class) "> Hash</ a > </ span > </ tt > )</ span >
712722
713723
724+ < em class ="default "> (defaults to: < tt > {}</ tt > )</ em >
725+
714726
715727 </ li >
716728
@@ -820,6 +832,8 @@ <h3 class="signature " id="unpack-class_method">
820832 < span class ='type '> (< tt > < span class ='object_link '> < a href ="Hash.html " title ="Hash (class) "> Hash</ a > </ span > </ tt > )</ span >
821833
822834
835+ < em class ="default "> (defaults to: < tt > {}</ tt > )</ em >
836+
823837
824838 </ li >
825839
@@ -861,6 +875,8 @@ <h3 class="signature " id="unpack-class_method">
861875 < span class ='type '> (< tt > < span class ='object_link '> < a href ="Hash.html " title ="Hash (class) "> Hash</ a > </ span > </ tt > )</ span >
862876
863877
878+ < em class ="default "> (defaults to: < tt > {}</ tt > )</ em >
879+
864880
865881 </ li >
866882
@@ -915,9 +931,9 @@ <h3 class="signature " id="unpack-class_method">
915931</ div >
916932
917933 < div id ="footer ">
918- Generated on Sat Dec 14 15:08:13 2013 by
934+ Generated on Fri Oct 23 11:52:28 2015 by
919935 < a href ="http://yardoc.org " title ="Yay! A Ruby Documentation Tool " target ="_parent "> yard</ a >
920- 0.8.3 (ruby-1.9.3 ).
936+ 0.8.7.6 (ruby-2.2.2 ).
921937</ div >
922938
923939 </ body >
0 commit comments