Ruby 3.2 introduces Data class for immutable value objects
Ruby 3.2 adds a new `Data` class, designed to simplify the creation of immutable value objects with built-in equality, inspection, and pattern matching support.
GAURAV VARMA
Ruby 3.2 adds a new `Data` class, designed to simplify the creation of immutable value objects with built-in equality, inspection, and pattern matching support.
Ruby 3.2 introduces support for compiling to WebAssembly with WASI, opening the door to running Ruby in new environments like browsers, edge computing, and serverless platforms.