Opus 5 glitch text

filter:
user

Explain the following

---

assistant

= Chef.new
t.recipes # => []
t.recipes << "Pizza"
t.recipes # => ["Pizza"] ... but also every OTHER Chef has Pizza now?!

what am I doing wrong