This is a command line utility that will run the presentation through IRB.
Use bundler to get any dependencies.
bundle ruby main.rbThis will drop you into an IRB session with an instance variable called @deck.
@deck.playKeep calling @deck.play to traverse through the presentation.
I have added a few rspec tests to ensure the presentation works as expected.
rspec main.rb