<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/csv.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/csv] Clarify and correct RDoc for converters (#178)</title>
<updated>2020-11-24T00:33:55+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2020-09-21T22:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5a0c8068c8b370c2ce2ba411c146a80194eb3516'/>
<id>5a0c8068c8b370c2ce2ba411c146a80194eb3516</id>
<content type='text'>
https://github.com/ruby/csv/commit/f3e9586b34
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/f3e9586b34
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Fix CSV.filter to preserve headers (#174)</title>
<updated>2020-11-24T00:33:55+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2020-09-11T21:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=614afb1647d9c9eb170262c8b033f000c5beb6f0'/>
<id>614afb1647d9c9eb170262c8b033f000c5beb6f0</id>
<content type='text'>
Co-authored-by: Sutou Kouhei &lt;kou@clear-code.com&gt;

https://github.com/ruby/csv/commit/203c5e0574
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Sutou Kouhei &lt;kou@clear-code.com&gt;

https://github.com/ruby/csv/commit/203c5e0574
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Add link to Wikipedia article Table (#167)</title>
<updated>2020-11-24T00:33:55+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2020-08-20T21:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d2913f912fbcfd2265ce18b942a9600c86f43273'/>
<id>d2913f912fbcfd2265ce18b942a9600c86f43273</id>
<content type='text'>
https://github.com/ruby/csv/commit/fe975c41d2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/fe975c41d2
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Move doc/* to doc/csv/* to work in ruby/ruby too</title>
<updated>2020-07-21T00:17:54+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2020-07-20T07:02:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c6f389d84e0f0df535579fb0d378c04fae2c4614'/>
<id>c6f389d84e0f0df535579fb0d378c04fae2c4614</id>
<content type='text'>
https://github.com/ruby/csv/commit/910f8e0c5d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/910f8e0c5d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Enhanced RDoc for several methods (#158)</title>
<updated>2020-07-20T06:39:31+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2020-07-20T00:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=935d0b3d05dfc8b30bba505792129bf0e33ebe3b'/>
<id>935d0b3d05dfc8b30bba505792129bf0e33ebe3b</id>
<content type='text'>
* Enhanced RDoc for several methods

* Update lib/csv.rb

Co-authored-by: Sutou Kouhei &lt;kou@cozmixng.org&gt;

Co-authored-by: Sutou Kouhei &lt;kou@cozmixng.org&gt;
https://github.com/ruby/csv/commit/72e8b00e51
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Enhanced RDoc for several methods

* Update lib/csv.rb

Co-authored-by: Sutou Kouhei &lt;kou@cozmixng.org&gt;

Co-authored-by: Sutou Kouhei &lt;kou@cozmixng.org&gt;
https://github.com/ruby/csv/commit/72e8b00e51
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] CSV.generate_line: use the encoding of the first non ASCII field as the expected encoding</title>
<updated>2020-07-19T17:32:55+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2020-07-18T21:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4fcfa85cb6a44b4e8c7a47578b50064711dff404'/>
<id>4fcfa85cb6a44b4e8c7a47578b50064711dff404</id>
<content type='text'>
See also: https://github.com/ruby/stringio/issues/13#issuecomment-660543554

https://github.com/ruby/csv/commit/004cf49d18
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also: https://github.com/ruby/stringio/issues/13#issuecomment-660543554

https://github.com/ruby/csv/commit/004cf49d18
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] RDoc for converters (#157)</title>
<updated>2020-07-19T17:32:54+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2020-07-15T20:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d9749b4715168ccce020dd43b4815e365881f73e'/>
<id>d9749b4715168ccce020dd43b4815e365881f73e</id>
<content type='text'>
* More on RDoc for converters

* More on RDoc for converters

* Fix indent

Co-authored-by: Sutou Kouhei &lt;kou@cozmixng.org&gt;
https://github.com/ruby/csv/commit/6044976160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* More on RDoc for converters

* More on RDoc for converters

* Fix indent

Co-authored-by: Sutou Kouhei &lt;kou@cozmixng.org&gt;
https://github.com/ruby/csv/commit/6044976160
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Adding call-seq to methods RDoc (#155)</title>
<updated>2020-07-19T17:32:54+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2020-07-04T14:25:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d7c42df0b103fb24d39d5f52b792f21afa71daa7'/>
<id>d7c42df0b103fb24d39d5f52b792f21afa71daa7</id>
<content type='text'>
* Adding call-seq to methods RDoc

Co-authored-by: Sutou Kouhei &lt;kou@cozmixng.org&gt;


https://github.com/ruby/csv/commit/dbd860c1cd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adding call-seq to methods RDoc

Co-authored-by: Sutou Kouhei &lt;kou@cozmixng.org&gt;


https://github.com/ruby/csv/commit/dbd860c1cd
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] RDoc: summary lists for options (#154)</title>
<updated>2020-07-19T17:32:54+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2020-07-03T02:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=544d82f49b4b1486ae2791a35b6e5cce3e1abed1'/>
<id>544d82f49b4b1486ae2791a35b6e5cce3e1abed1</id>
<content type='text'>
* RDoc: summary lists for options

* Enhanced RDoc for certain attributes and instance methods

* Enhanced RDoc for certain attributes and instance methods

* Enhanced RDoc for certain attributes and instance methods

* Enhanced RDoc for certain attributes and instance methods
https://github.com/ruby/csv/commit/72d8a25dc9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* RDoc: summary lists for options

* Enhanced RDoc for certain attributes and instance methods

* Enhanced RDoc for certain attributes and instance methods

* Enhanced RDoc for certain attributes and instance methods

* Enhanced RDoc for certain attributes and instance methods
https://github.com/ruby/csv/commit/72d8a25dc9
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] RDoc remark about instance methods (#152)</title>
<updated>2020-07-19T17:32:54+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2020-07-01T20:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=40c50236291e39ceb2159439295137f194d0dbc2'/>
<id>40c50236291e39ceb2159439295137f194d0dbc2</id>
<content type='text'>
https://github.com/ruby/csv/commit/76379bbe62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/76379bbe62
</pre>
</div>
</content>
</entry>
</feed>
