Ruby is a scripting language designed by Yukihiro Matsumoto, also known as Matz. It runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.
This repository contains some simple example codes in ruby. It will help a beginner to learn ruby.
- Variables
- Functions
- Classes
- Objects
- For Loops
- Loops
- If/Else
- Code Blocks
- Random Number Generator
- Comments
- Current Date and Time
- String Length
- String Concatenation
- String Interpolation
- Index of Character in String
- String Split
- String Split 2
- String Substitution
- String Reversal
- Substring
- Claim whichever issue you want
- Search an example or code in ruby with the solution for that issue
- Create a file (filename should be the title of the issue) with the corresponding code
- Create a pull request
-
The following links will help you when contributing
-
http://tutorials.jumpstartlab.com/projects/ruby_in_100_minutes.html
-
https://www.learnrubyonline.org/ (great interactive course)
-
https://www.codecademy.com/learn/learn-ruby (need an account to access the course)
- This book can be read for free online and has a lot of information. From setting up ruby until starting a web game https://learnrubythehardway.org/book/
If you want to add any information about ruby, create an issue and send a pr
Thank you
❤️ ❤️ ❤️