Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

るりまサンプルコード追加プロジェクト月次報告 2018年09月 #ruby_polisher

f:id:tbpg:20180919165934p:plain

2018年09月のるりまへのサンプルコードの追加内容をまとめました。

経緯

るりまのサンプルコード追加に関する経緯についてはこちらの記事をご確認ください。

tbpgr.hatenablog.com

前提

  • master にマージされたものを対象にしています
  • pull request を行った日付を対象にしています
  • コミットコメントに「Add sample」を含むもののみを集計対象にしています

マージされたサンプルコード

  1. Add sample code of CSV::FieldInfo#header
  2. Add sample code of CSV::FieldInfo#index
  3. Add sample code of CSV::FieldInfo#line
  4. Add sample code of CSV::FieldInfo#line=
  5. Add sample code of CSV::Table#each
  6. Add sample code of CSV::Table#headers
  7. Add sample code of CSV::Table#mode
  8. Add sample code of CSV::Table#to_a
  9. Add sample code of CSV::Table#values_at
  10. Add sample code of NET::HTTPGenericRequest#body
  11. Add sample code of NET::HTTPGenericRequest#body=
  12. Add sample code of NET::HTTPGenericRequest#request_body_permitted
  13. Add sample code of NET::HTTPGenericRequest#response_body_permitted?
  14. Add sample code of NET::HTTPResponse#body
  15. Add sample code of NET::HTTPResponse#code
  16. Add sample code of NET::HTTPResponse#http_version
  17. Add sample code of NET::HTTPResponse#message
  18. Add sample code of NET::HTTPResponse#read_body
  19. Add sample code of NET::HTTPResponse#value

まとめ

コードの追加は1日1回継続中。

CSV 関連のクラスを完了。
標準ライブラリの中でアクセスの多い Net::HTTP 関連のクラスを着手中。

現在協力してくださっている皆様、ありがとうございます。
未来の協力者の皆様もお待ちしています。