<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/ostruct.rb, branch v3_0_4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/ostruct] Update version</title>
<updated>2020-11-04T22:52:03+00:00</updated>
<author>
<name>Marc-Andre Lafortune</name>
<email>github@marc-andre.ca</email>
</author>
<published>2020-11-04T21:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2aa9a50dcc88b876f8298adda737400973e8029f'/>
<id>2aa9a50dcc88b876f8298adda737400973e8029f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/ostruct] Restore `ostruct` doc</title>
<updated>2020-11-04T22:52:03+00:00</updated>
<author>
<name>Marc-Andre Lafortune</name>
<email>github@marc-andre.ca</email>
</author>
<published>2020-11-04T21:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=015b0238204616d4c0612459ef91411fa79a9eb5'/>
<id>015b0238204616d4c0612459ef91411fa79a9eb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Make `marshal_load` public"</title>
<updated>2020-11-04T22:52:03+00:00</updated>
<author>
<name>Marc-Andre Lafortune</name>
<email>github@marc-andre.ca</email>
</author>
<published>2020-11-04T21:01:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6f24be856502aba8fa984e704c1e81aa12d96fc9'/>
<id>6f24be856502aba8fa984e704c1e81aa12d96fc9</id>
<content type='text'>
This reverts commit ee7cc6ac35cfb056b3946b1dcd6d4d5a140ccacf.

I'm not sure I agree with the spec, but I just tweaked it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ee7cc6ac35cfb056b3946b1dcd6d4d5a140ccacf.

I'm not sure I agree with the spec, but I just tweaked it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate `send` into `public_send` and `__send__`</title>
<updated>2020-10-27T07:12:45+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-10-27T04:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3198e7abd70bd2af977f2bb6c967e9df8f91adb0'/>
<id>3198e7abd70bd2af977f2bb6c967e9df8f91adb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `marshal_load` public</title>
<updated>2020-10-06T22:13:49+00:00</updated>
<author>
<name>Aaron Patterson</name>
<email>tenderlove@ruby-lang.org</email>
</author>
<published>2020-10-06T22:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ee7cc6ac35cfb056b3946b1dcd6d4d5a140ccacf'/>
<id>ee7cc6ac35cfb056b3946b1dcd6d4d5a140ccacf</id>
<content type='text'>
Ruby specs expected this method to be public
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ruby specs expected this method to be public
</pre>
</div>
</content>
</entry>
<entry>
<title>[lib/ostruct] Fix Marshal loading</title>
<updated>2020-10-06T21:11:08+00:00</updated>
<author>
<name>Marc-Andre Lafortune</name>
<email>github@marc-andre.ca</email>
</author>
<published>2020-10-06T21:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1486785a5759c5cb0b7a7bf0bc5368cc9a280191'/>
<id>1486785a5759c5cb0b7a7bf0bc5368cc9a280191</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/ostruct] Tweak doc</title>
<updated>2020-09-30T22:11:24+00:00</updated>
<author>
<name>Marc-Andre Lafortune</name>
<email>github@marc-andre.ca</email>
</author>
<published>2020-09-26T05:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bb2ba72c3ba36d5f3d5b9497539667831bd358d5'/>
<id>bb2ba72c3ba36d5f3d5b9497539667831bd358d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/ostruct] Remove unused condition</title>
<updated>2020-09-30T22:11:24+00:00</updated>
<author>
<name>Marc-Andre Lafortune</name>
<email>github@marc-andre.ca</email>
</author>
<published>2020-09-26T05:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=152ba86b6b6b01bc2594ca8fcf4873ba13e36eef'/>
<id>152ba86b6b6b01bc2594ca8fcf4873ba13e36eef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/ostruct] Improved YAML serialization.</title>
<updated>2020-09-30T22:11:24+00:00</updated>
<author>
<name>Marc-Andre Lafortune</name>
<email>github@marc-andre.ca</email>
</author>
<published>2020-09-26T05:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b36a45c05cafc227ade3b59349482953321d6a89'/>
<id>b36a45c05cafc227ade3b59349482953321d6a89</id>
<content type='text'>
Patch adapted from Pietro Monteiro [Fixes bug#8382]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch adapted from Pietro Monteiro [Fixes bug#8382]
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/ostruct] Add test that frozen OpenStructs are Ractor-shareable</title>
<updated>2020-09-30T22:11:24+00:00</updated>
<author>
<name>Marc-Andre Lafortune</name>
<email>github@marc-andre.ca</email>
</author>
<published>2020-09-26T01:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0977040133c53be92713e9054b491a0b3649e148'/>
<id>0977040133c53be92713e9054b491a0b3649e148</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
