回答編集履歴
1
参考リンクを追加
answer
CHANGED
@@ -9,4 +9,6 @@
|
|
9
9
|
```
|
10
10
|
it { should respond_to(:follower) }
|
11
11
|
```
|
12
|
-
で失敗してもskipしてくれたりはしなかったと思います。
|
12
|
+
で失敗してもskipしてくれたりはしなかったと思います。
|
13
|
+
|
14
|
+
参考: [Rubyにはウンザリ!動的型付け、副作用、およびオブジェクト指向プログラミング全般からの考察](http://postd.cc/sick-of-ruby-dynamic-typing-side-effects-object-oriented-programming/)
|