Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 405 Bytes

Contributors.md

File metadata and controls

11 lines (8 loc) · 405 Bytes

Instructions for contributors

Prepare your dev env by setting the environment variables:

$ cp env.sample.sh env.sample
$ vim env.sh # change it to your needs
$ . ./env.sh # will load your dev env vars.

I miss Pry when I'm on Rubinius, so I do write the code on MRI and test on Rubinius once in a while. You will find that Travis is your friend.