以下のコードで空欄に入る適切なコードはどれですか? ```ruby class Book def set_title(title) ______ = title end def show_title puts ______ end end ```