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