質問編集履歴

3

2020/06/21 02:05

投稿

shun0211
shun0211

スコア4

test CHANGED
File without changes
test CHANGED
File without changes

2

2020/06/21 02:05

投稿

shun0211
shun0211

スコア4

test CHANGED
@@ -1 +1 @@
1
- オブジェクト指向設計実践ガイドの中身について〜 attr_renderを用いる理由
1
+ オブジェクト指向設計実践ガイドの中身について〜 attr_readerを用いる理由
test CHANGED
File without changes

1

2020/06/21 02:05

投稿

shun0211
shun0211

スコア4

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  class Gear
38
38
 
39
- attr_render :chainring, :cog
39
+ attr_reader :chainring, :cog
40
40
 
41
41
  def initialize(chainring, cog)
42
42