There may be backwards compatibility considerations. Personally I never
use attr. I use the longer variants (attr_accessor, attr_writer and
attr_reader), but even these I use less often compared to older code.
I tend to put variables for larger classes into an internal hash usually
these days.
I think the pickaxe also recommended the longer variants, but I am not
100% sure. (And perhaps we should look at how frequently "attr" is
actually in use in gems, to get an estimate of how popular it may
still be.)
Perhaps if backwards compatibility is a concern, there should be a
deprecation window announced, before it may then be removed (if it
is decided to remove it)?