RUBY Reference: Ruby Introduction
Quick reference for Ruby Introduction.
RUBY Reference — Ruby Introduction
Quick summary of Ruby Introduction with syntax and example.
Syntax
puts "..."
Example
name = "DrSchool"
puts "Hello #{name}"
Quick reference for Ruby Introduction.
Quick summary of Ruby Introduction with syntax and example.
puts "..."
name = "DrSchool"
puts "Hello #{name}"