2018年09月のるりまへのサンプルコードの追加内容をまとめました。
経緯
るりまのサンプルコード追加に関する経緯についてはこちらの記事をご確認ください。
前提
- master にマージされたものを対象にしています
- pull request を行った日付を対象にしています
- コミットコメントに「Add sample」を含むもののみを集計対象にしています
マージされたサンプルコード
- Add sample code of CSV::FieldInfo#header
- Add sample code of CSV::FieldInfo#index
- Add sample code of CSV::FieldInfo#line
- Add sample code of CSV::FieldInfo#line=
- Add sample code of CSV::Table#each
- Add sample code of CSV::Table#headers
- Add sample code of CSV::Table#mode
- Add sample code of CSV::Table#to_a
- Add sample code of CSV::Table#values_at
- Add sample code of NET::HTTPGenericRequest#body
- Add sample code of NET::HTTPGenericRequest#body=
- Add sample code of NET::HTTPGenericRequest#request_body_permitted
- Add sample code of NET::HTTPGenericRequest#response_body_permitted?
- Add sample code of NET::HTTPResponse#body
- Add sample code of NET::HTTPResponse#code
- Add sample code of NET::HTTPResponse#http_version
- Add sample code of NET::HTTPResponse#message
- Add sample code of NET::HTTPResponse#read_body
- Add sample code of NET::HTTPResponse#value
まとめ
コードの追加は1日1回継続中。
CSV 関連のクラスを完了。
標準ライブラリの中でアクセスの多い Net::HTTP 関連のクラスを着手中。
現在協力してくださっている皆様、ありがとうございます。
未来の協力者の皆様もお待ちしています。