Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

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

Update README.md

authored by

Joel Drapper and committed by
GitHub
d7d55cbc 8184d7e4

+1 -1
+1 -1
README.md
··· 52 52 ``` 53 53 54 54 ## `Literal::Data` 55 - `Literal::Data` is a deeply frozen `Literal::Struct`, which is similar to a Ruby `Data` object. 55 + `Literal::Data` is a deeply frozen `Literal::Struct`, which is similar to a Ruby `Data` object. All unfrozen values given to a `Literal::Data` initializer will be duplicated and frozen. 56 56 57 57 ```ruby 58 58 class Measure < Literal::Data