以下のコードの空欄に入るメソッドは何ですか? ```ruby date = "2024/01/03" date_parts = date.______("/") puts date_parts[0] # => "2024" ```