Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 332 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 332 Bytes

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