An open API service indexing awesome lists of open source software.

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

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`