MosDevx / Ruby-Enumerable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– [MyEnumerable]

MyEnumerable is a project that is built to decode Morse code.

πŸ›  Built With

Tech Stack

Server

Key Features

  • Own Enumerable Module

(back to top)

πŸ’» Getting Started

Prerequisites

  • Ruby:

Install

To install on Mac Os run following commands:

 brew install rbenv ruby-build
# Add rbenv to bash so that it loads every time you open a terminal
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
source ~/.bash_profile

# Install Ruby
rbenv install 3.0.1
rbenv global 3.0.1
ruby -v

Installing Ruby on Windows is a little more difficult than installing it on another OS. We would recommend using WSL, but you can also try to install Ruby directly on your OS with rubyinstaller.

Note: WSL only works on 64-bit installations of Windows.

If you are using a 64-bit version of Windows 10, we recommend following this article to install Ruby.

If you can not use WSL then you should follow these steps:

  • Download the last version of RubyInstaller.
  • Run RubyInstaller and follow the steps described here.

If you are familiar with docker, you could also use it.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:MosDevx/Ruby-Enumerable.git

Usage

If you have ruby installed in your PC the simply start IRB(Interactive Ruby Shell) on terminal using:

  $ irb

Thats it now you can execute your program on termonal:)

(back to top)

πŸ‘₯ Authors

πŸ‘€ Ayesha Arshad

πŸ‘€ Moses Wamae

(back to top)

πŸ”­ Future Features

  • [Live Demo]

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About


Languages

Language:Ruby 100.0%