DomainModel
Domain provides a minimal set of utilties for declaring object attributes with optional type and validation support.
Development
To run the tests (assuming you have already run gem install bundler):
bundle install && bundle exec rake
Project
Domain provides a minimal set of utilties for declaring object attributes with optional type and validation support.
To run the tests (assuming you have already run gem install bundler):
bundle install && bundle exec rake