❮ TOC
❯
Introduction to Ruby
- Where to get Ruby
- Ruby on the command line
- irb - Interactive Ruby
- Hello world
- Ruby development environment
- Create variable and print content using puts
- Hello Foo using puts
- Hello Foo - print
- Ruby variable interpolation
- Hello Foo - puts with interpolation
- Hello Foo STDIN read
- Hello Foo STDIN and strip
- Hello Foo ARGV
- Interpolation with expression
- Ruby conditionals - if statement
- Ruby conditionals - if else statement
- Ruby path to current script
- Ruby command line arguments ARGV
- Variable Types in Ruby
- Resources