<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/delegate.rb, branch v4.0.3</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/delegate] v0.6.1</title>
<updated>2025-12-18T07:46:29+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-12-18T06:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0e85881e0cded6ec82ef105b5ff2d0c6f7fdcbc8'/>
<id>0e85881e0cded6ec82ef105b5ff2d0c6f7fdcbc8</id>
<content type='text'>
https://github.com/ruby/delegate/commit/90ffceb6d6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/delegate/commit/90ffceb6d6
</pre>
</div>
</content>
</entry>
<entry>
<title>Reapply "Merge pull request #52 from ruby/revert-49"</title>
<updated>2025-12-18T07:46:29+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-12-18T05:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=000659140786f1c74075b1b91ce03897cf525181'/>
<id>000659140786f1c74075b1b91ce03897cf525181</id>
<content type='text'>
This reverts commit 02e4b58b615d0dd83a6af5cd7c2b8861724011ee.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 02e4b58b615d0dd83a6af5cd7c2b8861724011ee.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Allow use of DelegateClass in ractor"</title>
<updated>2025-12-18T07:46:29+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-12-18T05:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2fcad967aab5aae921b2288c8080096d79ddb8dd'/>
<id>2fcad967aab5aae921b2288c8080096d79ddb8dd</id>
<content type='text'>
This reverts commit 6e0f2b31f0f4a2a942f3c1daad1bb64852fe6815.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 6e0f2b31f0f4a2a942f3c1daad1bb64852fe6815.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/delegate] v0.6.0</title>
<updated>2025-12-18T07:46:29+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-12-18T04:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1e69d688e59e6fb82efff41f966be3b55561b349'/>
<id>1e69d688e59e6fb82efff41f966be3b55561b349</id>
<content type='text'>
https://github.com/ruby/delegate/commit/aef34e8c8b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/delegate/commit/aef34e8c8b
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow use of DelegateClass in ractor</title>
<updated>2025-12-18T07:46:29+00:00</updated>
<author>
<name>Luke Gruber</name>
<email>luke.gruber@shopify.com</email>
</author>
<published>2025-12-17T21:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e6ca8908c1c2a53e5d73c1628f42c84d87b2a5d0'/>
<id>e6ca8908c1c2a53e5d73c1628f42c84d87b2a5d0</id>
<content type='text'>
Use `eval` instead of `define_method` when defining delegate methods for
`DelegateClass`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use `eval` instead of `define_method` when defining delegate methods for
`DelegateClass`.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/delegate] Reapply "Merge pull request #46 from byroot/use-forward-send"</title>
<updated>2025-12-18T07:46:29+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-12-17T03:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a21fe2adfe3b4e4496f89e35d5a5a8cf11bf1ca0'/>
<id>a21fe2adfe3b4e4496f89e35d5a5a8cf11bf1ca0</id>
<content type='text'>
This reverts commit https://github.com/ruby/delegate/commit/fc2bd0498af0.

https://github.com/ruby/delegate/commit/7d5c1e0842

Co-authored-by: Jean Boussier &lt;byroot@ruby-lang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit https://github.com/ruby/delegate/commit/fc2bd0498af0.

https://github.com/ruby/delegate/commit/7d5c1e0842

Co-authored-by: Jean Boussier &lt;byroot@ruby-lang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/delegate] v0.5.0</title>
<updated>2025-12-18T07:46:29+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-12-17T03:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bdf99bf0dc3adf15f653dd8c02fce9d6ba946af5'/>
<id>bdf99bf0dc3adf15f653dd8c02fce9d6ba946af5</id>
<content type='text'>
https://github.com/ruby/delegate/commit/fa35b20eca
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/delegate/commit/fa35b20eca
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/delegate] Allow use of DelegateClass in ractors</title>
<updated>2025-12-18T07:46:29+00:00</updated>
<author>
<name>Luke Gruber</name>
<email>luke.gruber@shopify.com</email>
</author>
<published>2025-12-12T18:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=01e9f95cc3d796bc7bf4f809016712c52f330d74'/>
<id>01e9f95cc3d796bc7bf4f809016712c52f330d74</id>
<content type='text'>
Tempfile uses DelegateClass and Tempfile should be able to be used
by different ractors.

https://github.com/ruby/delegate/commit/cad194260b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tempfile uses DelegateClass and Tempfile should be able to be used
by different ractors.

https://github.com/ruby/delegate/commit/cad194260b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/delegate] [DOC] Update missing docs and mark ups</title>
<updated>2025-11-10T09:05:28+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-10T09:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=309b6ca1c2c979f8370ef6466910edb52dba69aa'/>
<id>309b6ca1c2c979f8370ef6466910edb52dba69aa</id>
<content type='text'>
https://github.com/ruby/delegate/commit/020a6cfe4b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/delegate/commit/020a6cfe4b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/delegate] Bump up v0.4.0</title>
<updated>2024-11-07T02:26:50+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-11-07T02:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=849e651d510765ee7ec2140430846230b2473fd5'/>
<id>849e651d510765ee7ec2140430846230b2473fd5</id>
<content type='text'>
https://github.com/ruby/delegate/commit/713059a5e9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/delegate/commit/713059a5e9
</pre>
</div>
</content>
</entry>
</feed>
