Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' of https://github.com/joeldrapper/literal

+1 -1
+1 -1
README.md
··· 277 277 278 278 ### Data 279 279 280 - It’s worth noting that while Ruby’s built-in `Data` objects are themselves frozen, they do not freeze the given values. `Dry::Struct::Value` does freeze the given values and `Literal::Data` both duplicates and freezes the given values. 280 + It’s worth noting that while Ruby’s built-in `Data` objects are themselves frozen, they do not freeze the given values. `Dry::Struct::Value` does freeze the given values and `Literal::Data` duplicates and freezes the given values if they’re not already frozen. 281 281 282 282 | Normal Ruby Data | `Dry::Struct::Value` | `Literal::Data` | 283 283 |---|---|---|