/ruby-diagnostic

Assessment for Ruby Basics

Primary LanguageRubyOtherNOASSERTION

General Assembly Logo

Ruby Diagnostic

This diagnostic will cover the introductory Ruby material we've presented.

Prerequisites

Instructions

  1. Fork and clone this repository.
  2. Change into the new directory.
  3. Install dependencies.
  4. Create and checkout a new branch, named response.
  5. Follow the directions given in lib/diagnostic.rb.
  6. Before the alotted time is up, push to your fork and issue a pull request.

You may wish to refer to "How do I submit diagnostics?" and other FAQs related to forking, cloning, and pull requests.

You may use any resource other than each other to complete this diagnostic. This includes referencing talk materials, appropriate documentation, and searching for help online.

Pay attention to your linter and fix any syntax errors as they occur. You should run rspec spec to run the included tests. Tests will tell you whether of not your responses are correct.

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