To start an irb
bundle exec irb -I. -rsecretsanta
Then in irb you can
create_tables
This will create secretsanta.db
and then exit and restart the irb and type
create_some_elves
And you'll have Paul, John, Ringo, and George :) \o/
To start the app
bundle exec ruby secretsanta.rb