Skip to content

SimonBo/learn_ruby

 
 

Repository files navigation

Learn Ruby

originally forked from https://github.com/alexch/learn_ruby

Getting started

Since this project has a Gemfile, you can run bundler to install all the required gems!

Start by installing the bundler gem:

gem install bundler

Since Bundler installs a new command line command, you'll need to the following command to get it all working with rbenv.

rbenv rehash

Now you're ready to run Bundler and install all your project gem dependencies.

bundle install

This should install all the gems you need.

Once you're done, run

rbenv rehash

again.

About

a basic ruby class generated from test-first-teaching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published