以下のコードの実行結果はどうなりますか? ```ruby queue = ["山田", "鈴木", "佐藤"] first = queue.shift puts first ```