回答編集履歴

1

改行を整えた。

2016/02/02 06:17

投稿

eripong
eripong

スコア1546

test CHANGED
@@ -18,6 +18,8 @@
18
18
 
19
19
  [八角研究所 : RHG 片手に Ruby 1.9 を読む集い(The RHG Strikes Back)に参加した(1)](http://www.hakkaku.net/articles/20080129-142)
20
20
 
21
+
22
+
21
23
  2.このページの以下の記述から、readme.EXT.jaが参考になりそうと判断した。
22
24
 
23
25
 
@@ -29,6 +31,8 @@
29
31
 
30
32
 
31
33
  3.[gitfub](https://github.com/ruby/ruby)でREADME.EXT.jaを参照すると、「doc/extension.ja.rdocに移動しました」とあった。
34
+
35
+
32
36
 
33
37
  4.doc/extention.ja.rdocを参照すると、「メソッド/特異メソッド定義」の個所に、
34
38
 
@@ -42,9 +46,9 @@
42
46
 
43
47
  ```
44
48
 
45
- 5.[github](https://github.com/ruby/ruby)を`rb_singleton_define_method exec`で検索し、`rb_f_exec`という関数で実装されていそう
49
+ 5.[github](https://github.com/ruby/ruby)を`rb_singleton_define_method exec`で検索し、`rb_f_exec`という関数で
46
50
 
47
- ということが分かった。
51
+ 実装されていそうということが分かった。
48
52
 
49
53
  ```lang-c
50
54