Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eiel/rurema_review

勉強会のネタがないのでるりまでも見ながらライブラリを復習する。
https://github.com/eiel/rurema_review

Last synced: about 1 month ago
JSON representation

勉強会のネタがないのでるりまでも見ながらライブラリを復習する。

Awesome Lists containing this project

README

        

> ときどきリファレンスをみなおすのって重要だよね

ということで。

[るりま](http://rurema.clear-code.com/1.9.3/library/_builtin.html)でもみながら標準ライブラリのメソッドでも見てまわってメモでものこしてみる。

* まずは組み込み関数っぽく動くKernelのモジュールメソッドあたりを

[Kernel ModuleMethod](https://github.com/eiel/rurema_review/blob/master/Kernel_module_method/memo.md)
* 二回目はすべてのObjectで使えるメソッドであるBasicObject

[BasickObject InstanceMethod](https://github.com/eiel/rurema_review/blob/master/BasicObject_instance_method/index.md)
* BasicObjectだけではすくないのでその他のObjectのインスタンスメソッドとなるKernelのインスタンスメソッド

[Kernel InstanceMethod](https://github.com/eiel/rurema_review/blob/master/Kernel_instance_method/index.md)

* ちょっとメタな機能が多い Module クラス

[Module](https://github.com/eiel/rurema_review/blob/master/Module/index.md)

* Moduleをやったので Class クラス

[Class](https://github.com/eiel/rurema_review/blob/master/Module/index.md)

* 範囲を表現する Rangeクラス

[Range](https://github.com/eiel/rurema_review/blob/master/Module/index.md)

* ハッシュテーブルや連想配列と呼ばれるデータ構造を表現する Hash クラス

[Hash](https://github.com/eiel/rurema_review/blob/master/Hash/index.md)

* なんとなくちょっと脱線。Fiber クラス

[Fiber](https://github.com/eiel/rurema_review/blob/master/Fiber/index.md)

* 文字列となにが違うの?と言われちゃう Symbol クラス

[Symbol](https://github.com/eiel/rurema_review/blob/master/Symbol/index.md)