https://github.com/shwetajoshi601/ruby-coursework
This repository is for all my solutions to the practical assignments from the course - Exploring Ruby
https://github.com/shwetajoshi601/ruby-coursework
ruby
Last synced: about 1 month ago
JSON representation
This repository is for all my solutions to the practical assignments from the course - Exploring Ruby
- Host: GitHub
- URL: https://github.com/shwetajoshi601/ruby-coursework
- Owner: shwetajoshi601
- Created: 2019-10-05T14:19:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T16:26:03.000Z (over 6 years ago)
- Last Synced: 2025-03-06T20:14:47.652Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Size: 285 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ruby-coursework
This repository is for all my solutions to the practical assignments from the course - Exploring Ruby at UCD (COMP47530)
## Getting Started
1. Install Ruby
You can download the installer from the [Official Website](https://rubyinstaller.org/).
2. Run the installer and follow the instructions.
3. Verify if Ruby was successfully installed. Open terminal, type the command:
ruby -v
This must display the version of Ruby installed.
4. You can start writing code in your favorite editor and save the files with the **.rb extension**.
Alternatively, you can use **Interactive Ruby (IRB)**. Search for **irb** and open the window to begin.
Happy Learning!! :)