Learn Ruby Programming (Coding Tutorial, Introduction I)

Опубликовано: 22 Февраль 2026
на канале: Tech World Software School
34
0

Get your Ruby reference, The Well-Grounded Rubyist:
https://www.amazon.com/gp/product/161...

Everything is an Object
There is always a return value

Topics:

strings
puts
print
p

numbers
integers
floats
arithmetic operations: + - * / %
integer division
floating-point division

variables
string interpolation