mustmodify / valuable

quick ruby modeling -- basically attr_accessor with default values, light-weight casting, and a constructor
http://valuable.mustmodify.com/
MIT License
72 stars 3 forks source link

Update formatting in README #31

Closed magni- closed 4 years ago

magni- commented 4 years ago

Mainly Ruby syntax highlighting

mustmodify commented 4 years ago

Looks good, thanks. I would love to know how you're using Valuable.

magni- commented 4 years ago

I'm not actually using it directly, but through https://github.com/SchemaPlus/schema_validations—I noticed it was the only external dependency and was curious what it was :)