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

RUBY Reference: Blocks

Quick reference for Blocks.

Read time: 1 min Words: 14
My Progress

RUBY Reference — Blocks

Quick summary of Blocks with syntax and example.

Syntax

puts "..."

Example

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