rom

https://github.com/rom-rb/rom

Ruby

Data mapping and persistence toolkit for Ruby

ROM::Processor::Transproc#combined_args

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:rom-rb/rom.git

cd rom

open core/lib/rom/processor/transproc.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-ROM--Processor--Transproc-combined_args-for-pr


# Commit to git

git add core/lib/rom/processor/transproc.rbgit commit -m "better docs for ROM::Processor::Transproc#combined_args"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-ROM--Processor--Transproc-combined_args-for-pr

hub pull-request


# Celebrate!