Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiel/rurema_review
勉強会のネタがないのでるりまでも見ながらライブラリを復習する。
https://github.com/eiel/rurema_review
Last synced: about 1 month ago
JSON representation
勉強会のネタがないのでるりまでも見ながらライブラリを復習する。
- Host: GitHub
- URL: https://github.com/eiel/rurema_review
- Owner: eiel
- Created: 2012-08-02T14:17:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-01T16:38:49.000Z (almost 12 years ago)
- Last Synced: 2023-03-10T20:18:39.586Z (almost 2 years ago)
- Language: Ruby
- Size: 168 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)