Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 207 Bytes

ruby.md

File metadata and controls

11 lines (6 loc) · 207 Bytes

Ruby

  1. Executable Ruby scripts and the basics: read files, print vs puts and string interpolation

  2. Arrays and loops in Ruby

  3. Hashes in ruby

  4. Code blocks and the Yield keyword

  5. Modules in Ruby