megmaciver13 / checkpoint-ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby Checkpoint

Instructions

Fork and clone this repository and complete the three sections below. Make at least one commit for each section. When finished, push your commits to your forked repository and submit a Pull Request back to the original repository.

Ruby Fundamentals

Complete the questions in fundamentals.rb

Ruby Enumerables

Complete the questions in enums.rb

Ruby OOP

Complete the questions in oop.rb

Pro Tip: Test Your Code

You should first test your code's functionality in the terminal.

Once you think your code is correct, you can run the tests that will evaluate your solutions to double-check them.

To do so, first install the testing gems from the Gemfile:

bundle install

Then call the test runner each time you want to check your code:

rspec --format documentation

IMPORTANT: To allow the tests to run without interruption, comment out any binding.pry statements in your code each time before calling the test runner

About


Languages

Language:Ruby 100.0%