https://github.com/martinmorando/ruby
Notes, code, and experiments with Ruby
https://github.com/martinmorando/ruby
learning ruby
Last synced: about 2 months ago
JSON representation
Notes, code, and experiments with Ruby
- Host: GitHub
- URL: https://github.com/martinmorando/ruby
- Owner: martinmorando
- License: mit
- Created: 2025-03-12T23:06:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T12:03:29.000Z (over 1 year ago)
- Last Synced: 2025-03-28T13:22:31.719Z (over 1 year ago)
- Topics: learning, ruby
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Ruby
## Quick Overview
- Released by Yukihiro Matsumoto in 1995, for humans, not machines
- Everything is an object
- Popular software created with Ruby includes Jekyll and Ruby on Rails
## Running Ruby Programs
1) Install Ruby
2) Run program using command: `ruby program.rb`