https://github.com/betelhem-demsis/ruby
https://github.com/betelhem-demsis/ruby
ruby
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/betelhem-demsis/ruby
- Owner: Betelhem-Demsis
- Created: 2024-11-02T00:21:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-05T18:24:07.000Z (over 1 year ago)
- Last Synced: 2025-02-19T05:43:10.782Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Get Started
1. **Download Ruby**
Visit [RubyInstaller](https://rubyinstaller.org/) to download and install Ruby on your system.
2. **VSCode Extensions**
To enhance your Ruby development experience in Visual Studio Code, consider installing the following extensions:
- [Ruby LSP](https://marketplace.visualstudio.com/items?itemName=Shopify.ruby-lsp)
- [Ruby Extensions Pack](https://marketplace.visualstudio.com/items?itemName=Shopify.ruby-extensions-pack)
3. **Running Programs**
To run your Ruby programs from the terminal, use the following command for each file:
```bash
ruby filename.rb