Skip to content

megmaciver13/checkpoint-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%