gomezhyuuga / TC3049

Ejercicios de programación, elaborados en Ruby, para la materia de Arquitectura de Software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Software Design and Architecture (Ruby)

The following exercises are developed in Ruby for the Software Design an Architecture class.

Setup the project

Clone the repository with the following command:

git clone https://github.com/lu15v/TC3049.git

Run application

In every folder, there is a file with the prefix _test.rb. You should run that file with the following command...

ruby -I . -w filename_test.rb

And then you can check the functionality of the file.

Author

Luis Eduardo Ballinas Aguilar

About

Ejercicios de programación, elaborados en Ruby, para la materia de Arquitectura de Software


Languages

Language:Ruby 100.0%