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