Code Monkey home page Code Monkey logo

intro-to-ruby-quiz's Introduction

Ruby Exercises

This is a collection of exercises to practice various concepts of Ruby.

About this repository

This repository is a complement to the Ruby course. in this repository is a set of related exercises. Open up the files(.rb) and read the comments to learn more about them.

Author

Lorenah M.

Cloning and installation

Clone this repository to your local machine. To do this, click on the green "Code" button at the top right of list of files and copy the link in the prompt. Then, run the following command in your terminal:

git clone https://github.com/Skylar-Lorena/Intro-To-Ruby-Quiz

This will create a folder called 'ruby-quiz' inside the directory you ran the command in.

CD into that folder:

cd ruby-quiz

Then run the following command:

bundle install

This folder contains a Gemfile, which tells bundle which gems to install locally and makes them available for use in that directory. In this case, we are installing RSpec, which is a popular Ruby testing framework.

Verify that the installation was successful by simply running the following command:

bundle exec rspec

Which should print a few lines about not finding any examples. This is ok and means it's working!

Usage

Each directory contains comments with instructions for the exercises.

intro-to-ruby-quiz's People

Contributors

martwebber avatar skylar-lorena avatar layersony avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.