dry-types
https://github.com/dry-rb/dry-types
Ruby
Flexible type system for Ruby with coercions and constraints
Poll::Question#most_voted_option_id
No Docs, write some!
Edit
git clone [email protected]:dry-rb/dry-types.git
cd dry-types
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Poll--Question-most_voted_option_id-for-pr
# Commit to gitgit add git commit -m "better docs for Poll::Question#most_voted_option_id"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Poll--Question-most_voted_option_id-for-pr
hub pull-request
# Celebrate!