fetching-gem

https://github.com/covermymeds/fetching-gem

Ruby

Returning `nil` is a smell.

Fetching::FetchingArray::ArrayMethods#values_at_range

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:covermymeds/fetching-gem.git

cd fetching-gem

open lib/fetching/fetching_array.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Fetching--FetchingArray--ArrayMethods-values_at_range-for-pr


# Commit to git

git add lib/fetching/fetching_array.rbgit commit -m "better docs for Fetching::FetchingArray::ArrayMethods#values_at_range"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Fetching--FetchingArray--ArrayMethods-values_at_range-for-pr

hub pull-request


# Celebrate!