General Assembly Logo

Diagnostic: Ruby Objects

You have 30 minutes.

Instructions

Fork and clone this repository. Move into the cloned directory and run bundle install.

Edit lib/diagnostic.rb and complete each question. You may use any resource, other than someone else in the room, to help you complete the diagnostic.

Check your answers as you work with by running rspec spec.

Commit and push your changes.

When you submit your pull request, please include a "fist to five" for comfort and clarity in the pull request description.

Additionally, you should mention the resources you used to help you complete this diagnostic. For example:

Comfort: 3
Clarity: 3

I used Google to research instance variables. [This article](https://rubymonk.com/learning/books/4-ruby-primer-ascent/chapters/45-more-classes/lessons/110-instance-variables) really helped a lot.

Source code distributed under the MIT license. Text and other assets copyright General Assembly, Inc., all rights reserved.