mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Anonymous memberless Structs and Data were returning `#<struct >` and `#<data >` with a trailing space. Now they return `#<struct>` and `#<data>` to match attrless class behavior and look a bit more compact.