blueyoghurt / ruby-exercises

New language, same concepts [ruby]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Ruby Exercises

Let's practice using loops, conditionals, arrays, hashes, and methods in Ruby.

##Getting Started

  • Fork and clone this repository
  • Run bundle install to install dependencies
    • Run rubocop to lint your code

##requirements

Inside this folder are a few Ruby files with exercises written in comments. Fork and clone this repository and complete the exercises.

You can run a file using Ruby like so:

ruby lib/01loops.rb

Licensing

  1. All content is licensed under a CC-BY-NC-SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

About

New language, same concepts [ruby]

License:Other


Languages

Language:Ruby 100.0%