Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions gold_answers_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`は現在インスタンス化されているオブジェクトを参照します。

Expand Down