/paid_programmer

test questions from Charlie

Primary LanguageRuby

*Ruby version and gemset*

It's recommended you use rvm with this app, and create the paid_programmer gemset, by typing 

rvm gemset create paid_programmer

at the root of the app.

This app requires Ruby 2.2.1

*Using a console*

Get an irb session, with gems in the Gemfile loaded, by typing

> bundle console

at the root of the app.