diff --git a/gold_answers_ja.md b/gold_answers_ja.md index 35815ad..c13c61c 100644 --- a/gold_answers_ja.md +++ b/gold_answers_ja.md @@ -287,8 +287,6 @@ ScriptError < Exception **A37:** (B) -In class methods, `self` refers to an instance of the `Class` object. -In instance methods, `self` refers to whatever the currently instantiated object is. クラスメソッドでは、`self`は`Class`インスタンスを参照します。 インスタンスメソッドでは、`self`は現在インスタンス化されているオブジェクトを参照します。