Yevhen Nakonechnyi
Yevhen Nakonechnyi
Is this still an issue?
Is this still an issue? Can you please provide more details on how exactly you send messages?
is this still an issue?
```ruby ATTRS=%i(a b c d) attr_accessor :a, :b, :c, :d ``` looks like the attributes are defined twice. I would explicitly add `a, b, c, d` to a collection. ```#public_send```...
I use GNU bash as the shell and have the same problem. This worked for me: ```bash # eval $(/opt/homebrew/bin/brew shellenv) eval $(/opt/homebrew/bin/brew shellenv bash) ``` Steps to reproduce: ```bash...