/Enumerable

Primary LanguageRubyMIT LicenseMIT

Decode-a-Morse

In this project we demonstrated how to use a module inside class. For this created a class MyList and a module MyEnumerable. The MyEnumerable module provides a subset of the functionality namely #all?, #any? and #filter of ruby's Enumerable.

Built With

  • Ruby

Getting Started

Steps to run the project

1 - Install Ruby.

2 - Clone the repository.

git clone https://github.com/iAmWaris97/Decode-a-Morse.git

3 - run the project

Inside the morse.rb file there is a method decode_message:

Pass your morse code as a parameter in this method like so: decode_message('.- -... --- -..- ..-. ..- .-.. .-.. --- ..-. .-. ..- -... .. . ...')

Authors

👩‍💻 Alaa Shaheen

👨‍💻 Mulugeta M.

👨‍💻 Waris Haleem

Acknowledgments

Thanks to all the developers whose code, documentations, and efforts helped us doing this project.

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Please give a ⭐️ if you like this project!

📝 License

  • This project is MIT licensed.