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!

Source | Google | Stack overflow

Edit

git clone [email protected]:dry-rb/dry-types.git

cd dry-types

open lib/dry/types/constrained.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Dry--Types--Constrained-parse_arguments-for-pr


# Commit to git

git add lib/dry/types/constrained.rbgit commit -m "better docs for Dry::Types::Constrained#parse_arguments"


# Open pull request

gem 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!