/RubyLearn

Source code in Ruby to learn the language.

Primary LanguageRubyMIT LicenseMIT

RubyLearn

MIT license Ruby Version Ruby Style Guide CircleCI

RubyLearn is a simple collection of Ruby language features.

It uses Rake to build and test from sources. Test uses Ruby MiniTest framework.

Install & Setup

Install dependencies with:

bundle install

Run

The only way to run this program is to run tests. Run tests with:

rake test