エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
RubyMonk - Interactive ruby tutorials to learn Ruby
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
RubyMonk - Interactive ruby tutorials to learn Ruby
Metaprogramming is the act of writing code that operates on code rather than on data. This involv... Metaprogramming is the act of writing code that operates on code rather than on data. This involves inspecting and modifying a program as it runs using constructs exposed by the language. In the example below, here are some of the "meta" changes we're making to the program: Reopening classes: Add a method named foldl to Ruby's native Array class Programmatic method invocation: Use send to call a m