Skip to content

adamhunter/ruby101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby 101

This is a command line utility that will run the presentation through IRB.

Setup

Use bundler to get any dependencies.

  bundle

Usage

  ruby main.rb

This will drop you into an IRB session with an instance variable called @deck.

  @deck.play

Keep calling @deck.play to traverse through the presentation.

Tests

I have added a few rspec tests to ensure the presentation works as expected.

  rspec main.rb

About

ruby 101 presentation inside of irb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages