Programming languages

Ruby

A dynamic, open-source programming language with a focus on simplicity and productivity, popularized by the Ruby on Rails web framework.

Share this starting point code.study/ruby
Created by
Yukihiro Matsumoto
First appeared
1995
Official resource
Visit the main website

Your first program

Hello, World!

Ruby
puts 'Hello, World!'