DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

RUBY Reference: Ruby Introduction

Quick reference for Ruby Introduction.

Read time: 1 min Words: 16
My Progress

RUBY Reference — Ruby Introduction

Quick summary of Ruby Introduction with syntax and example.

Syntax

puts "..."

Example

name = "DrSchool"
puts "Hello #{name}"